waybar: update config
This commit is contained in:
parent
6ece988c97
commit
0404379ed1
@ -2,7 +2,7 @@
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "bottom",
|
||||
"position": "top",
|
||||
"position": "bottom",
|
||||
"height": 38,
|
||||
"spacing": 0,
|
||||
"output": "DP-1",
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
case $(wofi -d -L 6 -l 3 -W 100 -x -490 -y 0 \
|
||||
case $(wofi -d -L 6 -l 3 -W 100 -x -75 -y 1225 \
|
||||
-D dynamic_lines=true << EOF | sed 's/^ *//'
|
||||
Shutdown
|
||||
Reboot
|
||||
|
@ -10,11 +10,12 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: alpha(@base, 0.6);
|
||||
background-color: transparent;
|
||||
/*background-color: alpha(@base, 0.6);*/
|
||||
border-radius: 6px;
|
||||
border: 0px solid @overlay0;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 6px;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
Loading…
Reference in New Issue
Block a user