changes to ziggy
This commit is contained in:
@@ -23,12 +23,20 @@
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"format": "<span foreground='#928374'></span> {:%a, %d %b <span foreground='#928374'></span> %H:%M}",
|
||||
"on-click": "calcurse-toggle.sh",
|
||||
"on-click-right": "calsync.sh",
|
||||
"interval": 60,
|
||||
"format": "{:%H:%M}",
|
||||
// "on-click": "calcurse-toggle.sh",
|
||||
// "on-click-right": "calsync.sh",
|
||||
"rotate": 0,
|
||||
"tooltip": false
|
||||
},
|
||||
// "date": {
|
||||
// "format": "<span foreground='#928374'></span> {%a, %d %b}",
|
||||
// "on-click": "calcurse-toggle.sh",
|
||||
// "on-click-right": "calsync.sh",
|
||||
// "rotate": 0,
|
||||
// "tooltip": false
|
||||
// },
|
||||
"cpu": {
|
||||
"format": "<span foreground='#928374'></span> {usage}%",
|
||||
"states": {
|
||||
@@ -139,6 +147,7 @@
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"battery",
|
||||
"date",
|
||||
"clock",
|
||||
"custom/dunst"
|
||||
],
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
all: unset;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family:
|
||||
Input Mono Narrow Light,
|
||||
"Font Awesome 6 Free Solid";
|
||||
font-family: "Input Mono Narrow Light", "Font Awesome 6 Free Solid";
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
}
|
||||
@@ -89,11 +87,16 @@ window#waybar {
|
||||
#memory,
|
||||
#backlight,
|
||||
#battery,
|
||||
#date,
|
||||
#clock {
|
||||
padding: 0 3px;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-family: "DepartureMono Nerd Font";
|
||||
}
|
||||
|
||||
#custom-dnd,
|
||||
#custom-recording,
|
||||
#language {
|
||||
|
||||
Reference in New Issue
Block a user