Browse Source

some waybar styling tweaks

pull/7/head
JaKooLit 2 years ago
parent
commit
af603cbd7b
  1. 29
      config/waybar/configs/config-dual-BL
  2. 30
      config/waybar/configs/config-dual-BR
  3. 2
      config/waybar/configs/config-dual-TR
  4. 4
      config/waybar/style/style-dark.css
  5. 4
      config/waybar/style/style-light.css
  6. 4
      config/waybar/style/style-mauve.css

29
config/waybar/configs/config-dual-BL

@ -15,21 +15,23 @@
"margin-right": 8, "margin-right": 8,
"modules-left": [ "modules-left": [
"custom/menu",
"cpu",
"temperature", "temperature",
"cpu",
"memory", "memory",
"disk",
], ],
"modules-center": [ "modules-center": [
"hyprland/window", //"hyprland/window",
"custom/weather", "custom/lock",
"custom/menu",
"idle_inhibitor",
], ],
"modules-right": [ "modules-right": [
"network", //"network",
"bluetooth", //"bluetooth",
//"cava", "custom/weather",
"battery", "battery",
"backlight", "backlight",
"pulseaudio", "pulseaudio",
@ -44,28 +46,27 @@
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
"layer": "top", "layer": "top",
"position": "left", "position": "left",
"height": 650,
"margin-top": 8, "margin-top": 8,
"margin-bottom": 8, "margin-bottom": 8,
"margin-left": 8, "margin-left": 8,
"margin-right": 1, "margin-right": 3,
"spacing": 3, "spacing": 3,
"fixed-center": true, "fixed-center": true,
"ipc": true, "ipc": true,
"gtk-layer-shell": true, //"gtk-layer-shell": true,
"modules-left": [ "modules-left": [
"custom/light_dark", "hyprland/workspaces#2",
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces#2", "clock#vertical",
], ],
"modules-right": [ "modules-right": [
"idle_inhibitor",
"custom/lock",
"tray", "tray",
"clock#vertical", "custom/light_dark",
], ],
}] }]

30
config/waybar/configs/config-dual-BR

@ -15,22 +15,23 @@
"margin-right": 8, "margin-right": 8,
"modules-left": [ "modules-left": [
"custom/menu",
"cpu",
"temperature", "temperature",
"cpu",
"memory", "memory",
"disk", "disk",
], ],
"modules-center": [ "modules-center": [
"hyprland/window", //"hyprland/window",
"custom/weather", "custom/lock",
"custom/menu",
"idle_inhibitor",
], ],
"modules-right": [ "modules-right": [
"network", //"network",
"bluetooth", //"bluetooth",
//"cava", "custom/weather",
"battery", "battery",
"backlight", "backlight",
"pulseaudio", "pulseaudio",
@ -45,28 +46,27 @@
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
"layer": "top", "layer": "top",
"position": "right", "position": "right",
"height": 650,
"margin-top": 8, "margin-top": 8,
"margin-bottom": 8, "margin-bottom": 8,
"margin-left": 1, "margin-left": 3,
"margin-right": 8, "margin-right": 3,
"spacing": 3, "spacing": 3,
"fixed-center": true, "fixed-center": true,
"ipc": true, "ipc": true,
"gtk-layer-shell": true, //"gtk-layer-shell": true,
"modules-left": [ "modules-left": [
"idle_inhibitor", "hyprland/workspaces#2",
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces#2", "clock#vertical",
], ],
"modules-right": [ "modules-right": [
"custom/light_dark",
"custom/lock",
"tray", "tray",
"clock#vertical", "custom/light_dark",
], ],
}] }]

2
config/waybar/configs/config-dual-TR

@ -50,7 +50,7 @@
"height": 650, "height": 650,
"margin-top": 8, "margin-top": 8,
"margin-bottom": 8, "margin-bottom": 8,
"margin-left": 8, "margin-left": 3,
"margin-right": 3, "margin-right": 3,
"spacing": 3, "spacing": 3,
"fixed-center": true, "fixed-center": true,

4
config/waybar/style/style-dark.css

@ -127,8 +127,8 @@ tooltip label {
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
color: #cba7f7; color: #cba7f7;
padding: 0px 10px; padding: 1px 4px;
border-radius: 10px; border-radius: 8px;
} }
#temperature.critical { #temperature.critical {

4
config/waybar/style/style-light.css

@ -127,8 +127,8 @@ tooltip label {
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
color: #000000; color: #000000;
padding: 0px 10px; padding: 1px 4px;
border-radius: 10px; border-radius: 8px;
} }
#temperature.critical { #temperature.critical {

4
config/waybar/style/style-mauve.css

@ -15,7 +15,7 @@ window#waybar {
border-radius: 10px; border-radius: 10px;
color: #cba6f7; color: #cba6f7;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 1px;
border-color: #cba6f7; border-color: #cba6f7;
} }
@ -131,7 +131,7 @@ tooltip {
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
color: #cba7f7; color: #cba7f7;
padding: 0px 10px; padding: 3px 6px;
border-radius:10px; border-radius:10px;
} }

Loading…
Cancel
Save