Compare commits
2 Commits
eb3fbb2047
...
33f87bc232
| Author | SHA1 | Date | |
|---|---|---|---|
| 33f87bc232 | |||
| 9726936f96 |
@ -27,11 +27,10 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
25
.config/wal/colorschemes/dark/catppuccin.json
Normal file
25
.config/wal/colorschemes/dark/catppuccin.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"special": {
|
||||
"background": "#1e2030",
|
||||
"foreground": "#cad3f5",
|
||||
"cursor": "#f4dbd6"
|
||||
},
|
||||
"colors": {
|
||||
"color0": "#24273a",
|
||||
"color1": "#ed8796",
|
||||
"color2": "#f5a97f",
|
||||
"color3": "#eed49f",
|
||||
"color4": "#a6da95",
|
||||
"color5": "#8bd5ca",
|
||||
"color6": "#8aadf4",
|
||||
"color7": "#c6a0f6",
|
||||
"color8": "#363a4f",
|
||||
"color9": "#ed8796",
|
||||
"color10": "#f5a97f",
|
||||
"color11": "#eed49f",
|
||||
"color12": "#a6da95",
|
||||
"color13": "#8bd5ca",
|
||||
"color14": "#8aadf4",
|
||||
"color15": "#c6a0f6"
|
||||
}
|
||||
}
|
||||
@ -123,10 +123,12 @@
|
||||
},
|
||||
"pulseaudio": {
|
||||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "VOL {volume}%",
|
||||
"format": "VOL {volume}% {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-bluetooth-muted": "MUTED {icon} {format_source}",
|
||||
"format-muted": "MUTED {format_source}",
|
||||
"format-source": "MIC",
|
||||
"format-source-muted": "MUTED",
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
"custom/pipewire-buffer": {
|
||||
|
||||
Reference in New Issue
Block a user