diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 12:57:55 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 12:58:01 -0500 |
commit | 5462f87978dfa2d09d90dc3497852d03c007b5d1 (patch) | |
tree | 0aa91cf954f3787de1ad8c84cc33c0052dc6a4b6 /scroll | |
parent | 85559e966fd1e29374c759c697ac9c5757750d3c (diff) |
Hide the bar in scroll
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/scroll/config b/scroll/config index e1b0f0e..222f6cd 100644 --- a/scroll/config +++ b/scroll/config @@ -25,7 +25,6 @@ set $dmenu dmenu_run -l 15 # Your preferred file manager set $filemanager kitty -e lf -bar mode invisible exec waybar exec hypridle exec hyprpaper @@ -501,18 +500,19 @@ bindgesture swipe:4:up scale_workspace overview # # Read `man 5 scroll-bar` for more information about this section. bar { - position top - - # When the status_command prints a new line to stdout, scrollbar updates. - # The default just shows the current date and time. - status_command while date +'%Y-%m-%d %X'; do sleep 1; done - - colors { - statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c - scroller #2F343AFF #055E20FF #FFFFFFFF - } + mode invisible + + #position top + + ## When the status_command prints a new line to stdout, scrollbar updates. + ## The default just shows the current date and time. + #status_command while date +'%Y-%m-%d %X'; do sleep 1; done + + #colors { + # statusline #ffffff + # background #323232 + # inactive_workspace #32323200 #32323200 #5c5c5c + # scroller #2F343AFF #055E20FF #FFFFFFFF + #} } # -# include /etc/scroll/config.d/* |