updating wallpaper with a cycle 7am and 8pm
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"position": "top",
|
||||
"height": 24,
|
||||
"spacing": 4,
|
||||
"margin-top": 4,
|
||||
"margin-top": 8,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"format-icons": {
|
||||
"1": "1", "2": "2", "3": "3", "4": "4", "5": "5",
|
||||
"urgent": "", "active": "╳", "default": ""
|
||||
"urgent": "", "default": ""
|
||||
}
|
||||
},
|
||||
"hyprland/window": { "format": " {}", "max-length": 20, "separate-outputs": true },
|
||||
@@ -60,7 +60,7 @@
|
||||
"position": "top",
|
||||
"height": 24,
|
||||
"spacing": 4,
|
||||
"margin-top": 4,
|
||||
"margin-top": 8,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
@@ -76,7 +76,7 @@
|
||||
},
|
||||
"format-icons": {
|
||||
"6": "6", "7": "7", "8": "8", "9": "9", "10": "10",
|
||||
"urgent": "", "active": "╳", "default": ""
|
||||
"urgent": "", "default": ""
|
||||
}
|
||||
},
|
||||
"hyprland/window": { "format": " {}", "max-length": 50, "separate-outputs": true },
|
||||
|
||||
@@ -32,13 +32,12 @@ window#waybar {
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(137, 180, 250, 0.15);
|
||||
color: #89b4fa;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #89b4fa;
|
||||
background: rgba(137, 180, 250, 0.20);
|
||||
border-bottom: 2px solid #89b4fa;
|
||||
background: rgb(167, 124, 215);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
@@ -47,7 +46,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
color: #313244;
|
||||
color: #6c7086;
|
||||
}
|
||||
|
||||
/* ── Window title ───────────────────────────────────── */
|
||||
|
||||
Reference in New Issue
Block a user