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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save