Styling updates

This commit is contained in:
Antoine Phan
2024-03-27 16:38:15 -04:00
parent 4cc1c5295e
commit 52b8bc07d6
3 changed files with 14 additions and 5 deletions

View File

@@ -185,6 +185,9 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Some workspace customization
workspace = 1, monitor:HDMI-A-1, default:true
# Move active window to position # Move active window to position
bind = $mainMod SHIFT, left, movewindow, l bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r bind = $mainMod SHIFT, right, movewindow, r

View File

@@ -99,6 +99,7 @@
"critical": 20 "critical": 20
}, },
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
"format-charging": " {icon} {capacity}%",
"format-icons": [ "format-icons": [
"", "",
"", "",
@@ -116,10 +117,10 @@
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{essid}  ", "format-wifi": "{essid}  ",
"format-ethernet": "{ipaddr}/{cidr} 󰊗 ", "format-ethernet": "{ipaddr}/{cidr} 󰊗 ",
"format-disconnected": "", //An empty format will hide the module. "format-disconnected": "disconnected :(", //An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} 󰊗 ", "tooltip-format": "{ifname} via {gwaddr} 󰊗 ",
"tooltip-format-wifi": "Up: {bandwidthUpBytes} - Down: {bandwidthDownBytes}", "tooltip-format-wifi": "Up: {bandwidthUpBytes} - Down: {bandwidthDownBytes}",
"tooltip-format-ethernet": "{ifname}  ", "tooltip-format-ethernet": "{ifname}  ",
"tooltip-format-disconnected": "Disconnected", "tooltip-format-disconnected": "Disconnected",
} },
} }

View File

@@ -13,7 +13,7 @@ window#waybar {
} }
#clock.1, #clock.2, #clock.3, #clock.1, #clock.2, #clock.3,
#pulseaudio, #memory, #cpu, #network, #pulseaudio, #memory, #cpu, #network, #mpd,
#battery, #disk, #backlight, #tray, #battery, #disk, #backlight, #tray,
#keyboard-state { #keyboard-state {
background: rgba(12, 12, 12, 0.5); background: rgba(12, 12, 12, 0.5);
@@ -38,7 +38,7 @@ window#waybar.empty #window {
} }
#workspaces button { #workspaces button {
padding: 0 2px; padding: 0 4px;
color: #fdf6e3; color: #fdf6e3;
border: 2px solid transparent; border: 2px solid transparent;
} }
@@ -46,7 +46,7 @@ window#waybar.empty #window {
/* button.active for hyprland, button.focused for sway */ /* button.active for hyprland, button.focused for sway */
#workspaces button.active { #workspaces button.active {
color: white; color: white;
border: 2px solid rgba(40, 190, 120, 0.8); border: 2px solid rgba(40, 170, 120, 0.9);
} }
#workspaces button:hover { #workspaces button:hover {
@@ -69,6 +69,11 @@ window#waybar.empty #window {
#battery { #battery {
color: #859900; color: #859900;
} }
#battery.charging {
color: #00f923;
}
#disk { #disk {
color: #b58900; color: #b58900;
} }