12/29
This commit is contained in:
19
config.jsonc
19
config.jsonc
@@ -48,6 +48,7 @@
|
|||||||
"default": "▶",
|
"default": "▶",
|
||||||
"paused": "⏸"
|
"paused": "⏸"
|
||||||
},
|
},
|
||||||
|
"on-click": "~/.config/eww/toggle-media.sh"
|
||||||
},
|
},
|
||||||
|
|
||||||
"tray": {
|
"tray": {
|
||||||
@@ -150,6 +151,22 @@
|
|||||||
"exec": "~/.config/waybar/scripts/updates.sh",
|
"exec": "~/.config/waybar/scripts/updates.sh",
|
||||||
"interval": 600, // refresh every 10 minutes
|
"interval": 600, // refresh every 10 minutes
|
||||||
"return-type": "json"
|
"return-type": "json"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"hyprland/workspaces": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"1": "I",
|
||||||
|
"2": "II",
|
||||||
|
"3": "III",
|
||||||
|
"4": "IV",
|
||||||
|
"5": "V",
|
||||||
|
"6": "VI",
|
||||||
|
"7": "VII",
|
||||||
|
"8": "VIII",
|
||||||
|
"9": "IX",
|
||||||
|
"10": "X",
|
||||||
|
"default": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Source Code Pro Black", monospace;
|
font-family: "Source Code Pro Black", monospace;
|
||||||
font-size: 13px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: AdwaitaSans-Regular;
|
font-family: "Source Code Pro Black", monospace;
|
||||||
font-size: 15px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@@ -217,7 +217,7 @@ button:hover {
|
|||||||
#tray {
|
#tray {
|
||||||
background-color: #343f44;
|
background-color: #343f44;
|
||||||
color: #d3c6aa;
|
color: #d3c6aa;
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
font-family: "Source Code Pro Black", monospace;
|
font-family: "Source Code Pro Black", monospace;
|
||||||
font-size: 13px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: AdwaitaSans-Regular;
|
font-family: "Source Code Pro Black", monospace;
|
||||||
font-size: 15px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
font-family: "Source Code Pro Black", monospace;
|
font-family: "Source Code Pro Black", monospace;
|
||||||
font-size: 13px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|||||||
Reference in New Issue
Block a user