some stuff
This commit is contained in:
41
.config/waybar/config
Normal file
41
.config/waybar/config
Normal file
@@ -0,0 +1,41 @@
|
||||
[
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 30,
|
||||
"modules-left": ["hyprland/workspaces", "custom/lock", "custom/shutdown", "custom/reboot", "custom/temperature", "cpu", "memory"],
|
||||
"modules-center": ["custom/time", "hyprland/window"],
|
||||
"modules-right": ["custom/metar", "battery", "clock"],
|
||||
"clock": {
|
||||
"format": "{:%a, %d %b %Y %H:%M:%S}",
|
||||
"inverval": 1
|
||||
},
|
||||
"custom/temperature": {
|
||||
"format": " {}",
|
||||
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
|
||||
"interval": 1,
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{}% "
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
},
|
||||
"custom/time": {
|
||||
"exec": "bash $HOME/scripts/time.sh --hex",
|
||||
"format": "{}",
|
||||
"interval": 1,
|
||||
},
|
||||
"custom/lock": {
|
||||
"on-click": "hyprlock",
|
||||
"format": "",
|
||||
},
|
||||
"custom/shutdown": {
|
||||
"on-click": "shutdown now",
|
||||
"format": "",
|
||||
},
|
||||
"custom/reboot": {
|
||||
"on-click": "reboot",
|
||||
"format": "",
|
||||
}
|
||||
}
|
||||
]
|
85
.config/waybar/style.css
Normal file
85
.config/waybar/style.css
Normal file
@@ -0,0 +1,85 @@
|
||||
window#waybar.screenBorder {
|
||||
border: 2px solid #b8bb26;
|
||||
background-color: transparent;
|
||||
box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
|
||||
border-radius: 0px;
|
||||
margin: 20px;
|
||||
}
|
||||
window#waybar.top,
|
||||
window#waybar.bottom,
|
||||
window#waybar.right,
|
||||
window#waybar.left {
|
||||
background-color: transparent;
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 0px;
|
||||
color: #ebdbb2;
|
||||
background: #282828;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
color: #b8bb26;
|
||||
}
|
||||
#workspaces button.active {
|
||||
color: #8ec07c;
|
||||
}
|
||||
#workspaces button.focuced {
|
||||
color: #282828;
|
||||
background: #ebdbb2;
|
||||
}
|
||||
#workspaces {
|
||||
border: 2px solid #b8bb26;
|
||||
border-radius: 0;
|
||||
box-shadow: 12px 12px 0px 2px #000000;
|
||||
padding: 0px;
|
||||
margin: 6px;
|
||||
padding: 0px 5px 0px 5px;
|
||||
background: #282828;
|
||||
}
|
||||
#custom-caway {
|
||||
color: #ebdbb2;
|
||||
background: #282828;
|
||||
border: 2px solid #b8bb26;
|
||||
border-radius: 0;
|
||||
box-shadow: 12px 12px 0px 2px #000000;
|
||||
margin: 6px;
|
||||
}
|
||||
#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 {
|
||||
color: #ebdbb2;
|
||||
background: #282828;
|
||||
border: 2px solid #b8bb26;
|
||||
border-radius: 0;
|
||||
box-shadow: 12px 12px 0px 2px #000000;
|
||||
padding: 3px;
|
||||
margin: 6px;
|
||||
}
|
Reference in New Issue
Block a user