diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 7f2fc2b..16dc0aa 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -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"; } diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf index 00335be..098f59a 100644 --- a/.config/qt6ct/qt6ct.conf +++ b/.config/qt6ct/qt6ct.conf @@ -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() diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 27c47d0..6d15646 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -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}", diff --git a/.config/xdg-desktop-portal/portals.conf b/.config/xdg-desktop-portal/portals.conf index 2468442..87db55b 100644 --- a/.config/xdg-desktop-portal/portals.conf +++ b/.config/xdg-desktop-portal/portals.conf @@ -1,4 +1,4 @@ [preferred] -default=gtk +default=gnome;gtk # default=cosmic org.freedesktop.impl.portal.Secret=gnome-keyring diff --git a/.local/scripts/yt-dlp b/.local/scripts/yt-dlp new file mode 100755 index 0000000..d3ea5ae Binary files /dev/null and b/.local/scripts/yt-dlp differ