Skip to content

Commit

Permalink
feat: waybar css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 20, 2023
1 parent dfac919 commit a1356eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home/desktop/addons/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ let
"modules-right" = [
"group/tray-drawer"
"group/stats-drawer"
"idle_inhibitor"
"group/notifications"
"hyprland/submap"
"custom/weather"
"clock"
];
Expand Down
11 changes: 11 additions & 0 deletions modules/home/desktop/addons/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ box {
/* Primary monitor configuration */
window.DP-1,
#notifications,
#stats,
#stats-drawer,
#workspaces {
margin: 0.5em;
padding-left: 5px;
Expand Down Expand Up @@ -159,6 +161,7 @@ window.DP-3 #workspaces {
#custom-weather,
#idle_inhibitor,
#wireplumber,
#pulseaudio,
#battery,
#cpu,
#memory,
Expand Down Expand Up @@ -202,6 +205,10 @@ window.DP-3 #workspaces {
color: @red;
}

#network {
color: @blue;
}

#network.disconnected {
background-color: #f53c3c;
}
Expand Down Expand Up @@ -277,3 +284,7 @@ window.DP-3 #workspaces {
border-radius: 5px;
background-color: @green;
}

#power .not-power {
color: @red;
}

0 comments on commit a1356eb

Please sign in to comment.