Finished waybar

This commit is contained in:
Trianta 2024-01-24 23:48:32 -06:00
parent fc718bd638
commit b7a270e05f
3 changed files with 30 additions and 26 deletions

View File

@ -20,7 +20,7 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
exec-once = dbus-update-activation-environment --systemd --all # for XDPH
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
exec-once = waybar # launch the system panel
exec-once = ~/.config/waybar/autobar.sh
exec-once = dunst # start notification demon
exec-once = swww init
exec-once = syncthing --no-browser

View File

@ -5,10 +5,6 @@
"position": "bottom",
"height": 40,
"spacing": 4,
"margin-top": 2,
"margin-bottom": 2,
"margin-left": 800,
"margin-right": 800,
"output": "DP-2",
"modules-left": [
"wireplumber",

View File

@ -9,8 +9,7 @@
}
window#waybar {
background: @base;
border-radius: 16px;
background: alpha(@base, 0.6);
color: @text;
}
@ -36,6 +35,17 @@ window#waybar.hidden {
transition: all 0.1s ease;
}
.modules-left {
background: @surface0;
}
.modules-center {
background: @surface0;
border-radius: 16px;
}
.modules-right {
background: @surface0;
}
#clock,
#cpu,
#disk,
@ -51,32 +61,30 @@ window#waybar.hidden {
padding: 0 10px;
}
/* Left side */
#wireplumber,
#disk,
#memory,
#cpu,
#custom-gpu,
#temperature {
#wireplumber{
color: @teal;
}
/* Right side */
#clock,
#network,
#tray,
#custom-poweroff,
#disk {
color: @rosewater;
}
#custom-weather {
color: @sapphire;
}
#memory,
#cpu,
#network,
#custom-gpu,
#temperature {
color: @green;
}
#custom-poweroff {
color: @red;
}
/* Old Colors
#wireplumber{
color: @sapphire;
}
#disk {
color: @peach;
}
#memory {
color: @teal;
}