Compare commits
6 Commits
8deeba646d
...
2025
Author | SHA1 | Date | |
---|---|---|---|
|
df97a3cfc3 | ||
|
7303d805ef | ||
|
1521e5ddf2 | ||
ebd0e1bffa | |||
06805d6245 | |||
|
94af5b761a |
@@ -51,8 +51,8 @@ exec --no-startup-id gentoo-pipewire-launcher restart &
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
||||
# Software volume should not be lower than 80% unless you want to lose dynamic range.
|
||||
set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.02- && $refresh_i3status
|
||||
set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 && $refresh_i3status
|
||||
set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.01- && $refresh_i3status
|
||||
set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.01+ --limit 1 && $refresh_i3status
|
||||
set $mute-sink wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
set $mute-source wpctl set-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
|
||||
|
10
sway/config
10
sway/config
@@ -24,7 +24,7 @@ set $menu rofi -show drun
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
set $bg /data/sync/images/wallpapers/0002.png
|
||||
set $bg /data/sync/images/wallpapers/0002.jpg
|
||||
set $screenlock 'swaylock -i $bg'
|
||||
set $images $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
|
||||
#
|
||||
@@ -87,14 +87,14 @@ exec --no-startup-id xset m 1/1 0
|
||||
exec --no-startup-id /usr/lib/pam_kwallet_init
|
||||
|
||||
|
||||
set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.02-
|
||||
set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1
|
||||
set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.01-
|
||||
set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.01+ --limit 1
|
||||
set $mute-sink wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
set $mute-source wpctl set-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id raise-volume
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id lower-volume
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id $raise-volume
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id $lower-volume
|
||||
bindsym XF86AudioMute exec --no-startup-id $mute-sink
|
||||
bindsym XF86AudioMicMute exec --no-startup-id $mute-source
|
||||
bindsym $mod+slash exec --no-startup-id wpctl $mute-sink
|
||||
|
@@ -83,6 +83,15 @@ tooltip label{
|
||||
background: @bg_hover;
|
||||
color: @content_main;
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
#taskbar {
|
||||
}
|
||||
|
Reference in New Issue
Block a user