mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Migrate from pactl to wpctl
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
c092345960
commit
5954827fe3
|
@ -12,16 +12,16 @@ scrolling:
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: JetBrains Mono
|
family: JetBrains Mono NL
|
||||||
style: SemiBold
|
style: SemiBold
|
||||||
|
|
||||||
bold:
|
bold:
|
||||||
family: JetBrains Mono
|
family: JetBrains Mono NL
|
||||||
style: Bold
|
style: ExtraBold
|
||||||
|
|
||||||
italic:
|
italic:
|
||||||
family: JetBrains Mono
|
family: JetBrains Mono NL
|
||||||
style: SemiBold Italic
|
style: Italic
|
||||||
size: 9.0
|
size: 9.0
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
|
|
|
@ -34,7 +34,7 @@ default_border pixel 1
|
||||||
gaps inner 8
|
gaps inner 8
|
||||||
font "JetBrains Mono" 9
|
font "JetBrains Mono" 9
|
||||||
|
|
||||||
output * scale 2
|
#output * scale 2
|
||||||
|
|
||||||
include ~/.config/sway/themes/catppuccin-macchiato
|
include ~/.config/sway/themes/catppuccin-macchiato
|
||||||
|
|
||||||
|
@ -129,9 +129,9 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Multimedia buttons
|
# Multimedia buttons
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +1%
|
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+
|
||||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -1%
|
bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
|
||||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||||
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["tray", "idle_inhibitor", "cpu", "memory", "wireplumber", "battery", "sway/language", "clock"],
|
"modules-right": ["tray", "idle_inhibitor", "cpu", "memory", "wireplumber", "network", "battery", "sway/language", "clock"],
|
||||||
"sway/mode": {
|
"sway/mode": {
|
||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue