yambar: mostrar la barra arriba siempre
This commit is contained in:
parent
6b42e34d6e
commit
6803cd3f03
3 changed files with 2 additions and 4 deletions
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
mod="Mod4"
|
mod="Mod4"
|
||||||
|
|
||||||
riverctl map normal $mod Z spawn yambar-run
|
|
||||||
riverctl map -release normal $mod Z spawn 'killall yambar'
|
|
||||||
|
|
||||||
riverctl map normal $mod Q close
|
riverctl map normal $mod Q close
|
||||||
|
|
||||||
riverctl map normal $mod+Shift E exit
|
riverctl map normal $mod+Shift E exit
|
||||||
|
|
|
@ -5,3 +5,4 @@ riverctl background-color 0x$bg
|
||||||
riverctl border-color-focused 0x$fg
|
riverctl border-color-focused 0x$fg
|
||||||
riverctl border-color-unfocused 0x$bg2
|
riverctl border-color-unfocused 0x$bg2
|
||||||
riverctl border-width 1
|
riverctl border-width 1
|
||||||
|
riverctl spawn yambar-run
|
||||||
|
|
|
@ -6,7 +6,7 @@ awesome_brands: &awesome_brands Font Awesome 5 Brands:pixelsize=16
|
||||||
# foreground: &fg e0def4ff
|
# foreground: &fg e0def4ff
|
||||||
|
|
||||||
bar:
|
bar:
|
||||||
location: bottom
|
location: top
|
||||||
layer: top
|
layer: top
|
||||||
height: 20
|
height: 20
|
||||||
spacing: 8
|
spacing: 8
|
||||||
|
|
Loading…
Reference in a new issue