Updated config
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"interval": 60,
|
||||
"format": "<span color='#ffffff40'> </span> {:%H : %M}",
|
||||
"tooltip-format": "{:%A, %Y-%m-%d}",
|
||||
"on-click": "gnome-clocks",
|
||||
"on-click": "$TERMINAL -e peaclock",
|
||||
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
|
||||
},
|
||||
"cpu": {
|
||||
@ -73,7 +73,7 @@
|
||||
"scroll-step": 5,
|
||||
"format-icons": ["", "", ""],
|
||||
"max-length": 10,
|
||||
"on-click": "helvum",
|
||||
"on-click": "easyeffects",
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": " {initialTitle}",
|
||||
|
@ -3,7 +3,7 @@
|
||||
* {
|
||||
border: none;
|
||||
font-family: "Ubuntu Nerd Font";
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
@ -11,10 +11,7 @@
|
||||
/* ===== Waybar ===== */
|
||||
|
||||
#waybar {
|
||||
background: rgba(32, 32, 32, 0.8);
|
||||
/* background: transparent; */
|
||||
/* background: rgba(54, 137, 230, 0.8); */
|
||||
/* border-top: 1px solid rgba(54, 137, 230, 0.8); */
|
||||
background: rgb(38, 41, 44);
|
||||
}
|
||||
|
||||
#waybar.hidden {
|
||||
@ -44,7 +41,7 @@
|
||||
#custom-updates {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
padding: 4px 8px;
|
||||
margin: 2px;
|
||||
margin: 4px;
|
||||
margin-right: 0;
|
||||
border-radius: 3px;
|
||||
}
|
||||
@ -52,7 +49,6 @@
|
||||
#custom-os {
|
||||
font-size: 150%;
|
||||
color: rgb(137, 220, 235);
|
||||
/* background: transparent; */
|
||||
}
|
||||
|
||||
#custom-updates.disabled {
|
||||
@ -76,11 +72,11 @@
|
||||
background: transparent;
|
||||
text-shadow: none;
|
||||
border-radius: 0;
|
||||
opacity: 0.1;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
opacity: 0.1;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
|
Reference in New Issue
Block a user