update whaatever

This commit is contained in:
2025-08-26 19:02:54 +03:00
parent ce55c28689
commit fb69cf499f
4 changed files with 25 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# exec-once = systemctl --user start /nix/store/*-hyprpolkitagent-*/libexec/hyprpolkitagent
# Waybar
exec-once = "GTK_THEME=Adwaita waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css"
exec-once = "GTK_THEME=Adwaita LC_TIME=lv_LV.UTF-8 waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css"
# Wallpaper
exec-once = swww-daemon

View File

@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xee\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xee)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xbf\0\0\x4\x1a\0\0\0\0\0\0\0\0\0\0\x3\xbf\0\0\x4\x1a\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xbf\0\0\x4\x1a)
[Troubleshooting]
force_raster_widgets=1

View File

@@ -1,7 +1,13 @@
{
"group/traygroup": {
"orientation": "inherit",
"modules": ["tray", "network", "bluetooth", "pulseaudio", "pulseaudio#lol"]
"modules": [
"tray",
"network",
"bluetooth",
"pulseaudio",
"pulseaudio#lol"
]
},
"custom/middle-split": {
@@ -77,9 +83,18 @@
"clock": {
"timezone": "Europe/Riga",
"locale": "en_US.UTF-8",
"locale": "lv_LV.utf8",
"format": "{:%H:%M}",
"tooltip-format": "{:%A, %B %e, %Y}",
"tooltip-format": "<span color='#ffead3'><b>{:L%Y. gada %B}</b></span><tt><small>{calendar}</small></tt>",
"calendar": {
"mode": "month",
"format": {
"months": "<span></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
},
"format-alt": "{:%H:%M:%S}",
"interval": 1
},
@@ -93,7 +108,7 @@
"default": ["", "", ""]
},
"tooltip-format": "{desc}\n{icon} {volume}%",
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol"
"on-click": "pavucontrol"
},
"pulseaudio#lol": {
@@ -105,7 +120,7 @@
"default": ["", "", ""]
},
"tooltip-format": "{desc}\n{icon} {volume}%",
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol",
"on-click": "pavucontrol",
"class": "pulseaudio-lol"
},
@@ -119,7 +134,7 @@
"tooltip-format-ethernet": " {ifname}\n  {bandwidthUpBits}  {bandwidthDownBits}",
"tooltip-format-disconnected": "󰈂",
"max-length": 50,
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default nm-connection-editor"
"on-click": "nm-connection-editor"
},
"bluetooth": {
@@ -127,7 +142,7 @@
"format-disabled": "󰂲",
"format-off": "",
"interval": 1,
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default blueman-manager",
"on-click": "blueman-manager",
"format-no-controller": ""
}
}