stuff
This commit is contained in:
parent
2d773e9249
commit
79d6e3f7a5
5 changed files with 32 additions and 33 deletions
|
|
@ -410,8 +410,8 @@ binds {
|
|||
// Example volume keys mappings for PipeWire & WirePlumber.
|
||||
// The allow-when-locked=true property makes them work even when the session is locked.
|
||||
// Using spawn-sh allows to pass multiple arguments together with the command.
|
||||
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0.05+ && volumenotify.fish"; }
|
||||
XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 0.05- && volumenotify.fish"; }
|
||||
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 0.05+ && volumenotify.fish"; }
|
||||
XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 0.05- && volumenotify.fish"; }
|
||||
XF86AudioMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && volumenotify.fish"; }
|
||||
XF86AudioMicMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,35 +1,33 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/darker.conf
|
||||
custom_palette=true
|
||||
icon_theme=Bluecurve
|
||||
standard_dialogs=xdgdesktopportal
|
||||
style=Fusion
|
||||
|
||||
[Fonts]
|
||||
fixed="Adwaita Mono,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
|
||||
general="Adwaita Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
|
||||
|
||||
[Interface]
|
||||
underline_shortcut=1
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=3
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=4
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
show_shortcuts_in_context_menus=true
|
||||
gui_effects=@Invalid()
|
||||
buttonbox_layout=3
|
||||
wheel_scroll_lines=3
|
||||
toolbutton_style=4
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
cursor_flash_time=1000
|
||||
|
||||
[Appearance]
|
||||
custom_palette=true
|
||||
style=Fusion
|
||||
standard_dialogs=xdgdesktopportal
|
||||
|
||||
[Fonts]
|
||||
general="Adwaita Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
|
||||
fixed="Adwaita Mono,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
|
||||
|
||||
[Troubleshooting]
|
||||
ignored_applications=@Invalid()
|
||||
force_raster_widgets=1
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1@\0\0\x5\xa1\0\0\x4\x99\0\0\t\xb9\0\0\x1@\0\0\x5\xa1\0\0\x4\x99\0\0\t\xb9\0\0\0\0\0\0\0\0\x6\xc9\0\0\x1@\0\0\x5\xa1\0\0\x4\x99\0\0\t\xb9)
|
||||
|
||||
[QSSEditor]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1@\0\0\x5\xa1\0\0\x3\xc2\0\0\a\x93\0\0\x1@\0\0\x5\xa1\0\0\x3\xc2\0\0\a\x93\0\0\0\0\0\0\0\0\a\x80\0\0\x1@\0\0\x5\xa1\0\0\x3\xc2\0\0\a\x93)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xf5\0\0\x5{\0\0\0\0\0\0\0\0\0\0\x4\xf5\0\0\x5{\0\0\0\x1\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xf5\0\0\x5{)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@
|
|||
|
||||
"bluetooth": {
|
||||
// "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system
|
||||
"format": "",
|
||||
"format": "",
|
||||
"format-disabled": "", // an empty format will hide the module
|
||||
"format-connected": "",
|
||||
"format-connected": "",
|
||||
"tooltip-format": "{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)",
|
||||
|
|
@ -29,12 +29,13 @@
|
|||
},
|
||||
|
||||
"network": {
|
||||
"interface": "wlp2s0",
|
||||
// "interface": "wlp2s0",
|
||||
"format": "{ifname}",
|
||||
"format-icons": ["", "", "", ""],
|
||||
"format-wifi": "{icon}",
|
||||
"format-ethernet": "",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"format-disabled": "", //An empty format will hide the module.
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": " {ifname}",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[preferred]
|
||||
default=gtk
|
||||
default=gnome;gtk
|
||||
# default=cosmic
|
||||
org.freedesktop.impl.portal.Secret=gnome-keyring
|
||||
|
|
|
|||
BIN
.local/scripts/yt-dlp
Executable file
BIN
.local/scripts/yt-dlp
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue