minor fixes, paths
parent
3388910bb0
commit
449df42974
|
|
@ -26,7 +26,7 @@
|
|||
(box :orientation "h" :space-evenly false :halign "start"
|
||||
(osk)
|
||||
(box :class "music" {"${battery}"})
|
||||
(button :onclick "~/Dotfiles/desktopenvs/hyprland/scripts/drawer.sh" :class "icon-btn" :valign "center" :width 26 :height 26 {""})
|
||||
(button :onclick "~/.config/scripts/drawer.sh" :class "icon-btn" :valign "center" :width 26 :height 26 {""})
|
||||
(metric :label " "
|
||||
:value volume
|
||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ hl.monitor({
|
|||
output = "eDP-1",
|
||||
mode = "1920x1200@60",
|
||||
position = "0x0",
|
||||
scale = 2.0,
|
||||
scale = 1.5,
|
||||
transform = 0,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue