Calendar, and ghostty newest version
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
"modules-right": ["cpu", "memory", "network", "pulseaudio", "clock"],
|
||||
"modules-right": ["cpu", "memory", "network", "privacy", "pulseaudio", "clock"],
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
@@ -31,8 +31,6 @@
|
||||
|
||||
"network": {
|
||||
"format": " {bandwidthDownBits} {bandwidthUpBits}",
|
||||
// "format-wifi": " {essid}",
|
||||
// "format-ethernet": " eth",
|
||||
"format-disconnected": "⚠ offline",
|
||||
"interval": 5
|
||||
},
|
||||
@@ -40,11 +38,35 @@
|
||||
"pulseaudio": {
|
||||
"format": " {volume}%",
|
||||
"format-muted": " muted",
|
||||
"on-click": "pavucontrol"
|
||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": " {:%H:%M}",
|
||||
"tooltip-format": "{:%Y-%m-%d %H:%M:%S}"
|
||||
"interval": 60,
|
||||
"timezone": "Europe/Berlin",
|
||||
"format": "{:%a %d.%m %R }",
|
||||
"tooltip-format": "<tt><big>{calendar}</big></tt>",
|
||||
"calendar": {
|
||||
"mode" : "month",
|
||||
"mode-mon-col" : 3,
|
||||
"weeks-pos" : "right",
|
||||
"on-scroll" : 1,
|
||||
"on-click-right": "mode",
|
||||
"format": {
|
||||
"months": "<span color='#cba6f7'><b>{}</b></span>",
|
||||
"days": "<span color='#cdd6f4'><b>{}</b></span>",
|
||||
"weeks": "<span color='#94e2d5'>W{}</span>",
|
||||
"weekdays": "<span color='#f9e2af'><b>{}</b></span>",
|
||||
"today": "<span color='#f5e0dc'><b><u>{}</u></b></span>"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"on-click-right": "mode",
|
||||
}
|
||||
},
|
||||
|
||||
"privacy": {
|
||||
"icon-size": 16,
|
||||
"spacing": 5
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,12 @@ window#waybar {
|
||||
color: #6c7086;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: #313244;
|
||||
color: #89b4fa;
|
||||
}
|
||||
|
||||
@@ -28,7 +33,7 @@ window#waybar {
|
||||
color: #a6adc8;
|
||||
}
|
||||
|
||||
#cpu, #memory, #network, #pulseaudio, #clock {
|
||||
#cpu, #memory, #network, #pulseaudio, #clock, #tray {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user