waybar
This commit is contained in:
BIN
.config/waybar/.style.css.swp
Normal file
BIN
.config/waybar/.style.css.swp
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
"height": 30,
|
||||
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
|
||||
"modules-center": ["custom/time", "hyprland/window"],
|
||||
"modules-right": ["custom/metar", "clock", "tray"],
|
||||
"modules-right": ["custom/server-cava", "clock", "tray"],
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"show-special": true,
|
||||
@@ -24,7 +24,7 @@
|
||||
"interval": 1
|
||||
},
|
||||
"custom/temperature": {
|
||||
"format": " {}",
|
||||
"format": "{} ",
|
||||
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
|
||||
"interval": 1,
|
||||
},
|
||||
@@ -32,7 +32,7 @@
|
||||
"format": "{}% "
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
"format": "{}% "
|
||||
},
|
||||
"custom/time": {
|
||||
"exec": "bash $HOME/scripts/time.sh --hex",
|
||||
@@ -51,5 +51,10 @@
|
||||
"on-click": "reboot",
|
||||
"format": "",
|
||||
},
|
||||
"custom/server-cava": {
|
||||
"exec": "ssh max@192.168.1.193 bash /home/max/caway.sh",
|
||||
"format": "{}",
|
||||
"interval": 1,
|
||||
},
|
||||
}
|
||||
]
|
||||
|
@@ -25,48 +25,25 @@ window#waybar.left {
|
||||
color: #282828;
|
||||
background: #ebdbb2;
|
||||
}
|
||||
#custom-caway {
|
||||
color: #ebdbb2;
|
||||
background: #282828;
|
||||
border: 2px solid #b8bb26;
|
||||
border-radius: 0;
|
||||
box-shadow: 12px 12px 0px 2px #000000;
|
||||
margin: 6px;
|
||||
}
|
||||
#workspaces,
|
||||
#custom-clock,
|
||||
#clock,
|
||||
#custom-time,
|
||||
#network,
|
||||
#custom-weather,
|
||||
#custom-browser,
|
||||
#custom-terminal,
|
||||
#custom-anki,
|
||||
#custom-keepassxc,
|
||||
#custom-gimp,
|
||||
#custom-writer,
|
||||
#custom-luanti,
|
||||
#custom-nixpkgs,
|
||||
#custom-email,
|
||||
#custom-irc,
|
||||
#disk,
|
||||
#memory,
|
||||
#cpu,
|
||||
#custom-website,
|
||||
#pulseaudio,
|
||||
#custom-metar,
|
||||
#custom-uptime,
|
||||
#custom-temperature,
|
||||
#custom-fuzzy-time,
|
||||
#custom-cmus-artist,
|
||||
#custom-cmus-song,
|
||||
#custom-playerctl,
|
||||
#custom-cava-waybar-local,
|
||||
#custom-lock,
|
||||
#custom-shutdown,
|
||||
#custom-reboot,
|
||||
#window,
|
||||
#tray {
|
||||
#custom-temperature,
|
||||
#tray,
|
||||
#custom-server-cava {
|
||||
color: #ebdbb2;
|
||||
background: #282828;
|
||||
border: 2px solid #b8bb26;
|
||||
|
Reference in New Issue
Block a user