diff --git a/config/hypr/config/autoexec.conf b/config/hypr/config/autoexec.conf
index 2443204..800522e 100644
--- a/config/hypr/config/autoexec.conf
+++ b/config/hypr/config/autoexec.conf
@@ -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
diff --git a/config/qt5ct/qt5ct.conf b/config/qt5ct/qt5ct.conf
index 024f178..d828cd7 100644
--- a/config/qt5ct/qt5ct.conf
+++ b/config/qt5ct/qt5ct.conf
@@ -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
diff --git a/config/waybar/modules.json b/config/waybar/modules.json
index 14a4c34..f53c47a 100644
--- a/config/waybar/modules.json
+++ b/config/waybar/modules.json
@@ -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": "{:L%Y. gada %B}{calendar}",
+ "calendar": {
+ "mode": "month",
+ "format": {
+ "months": "",
+ "days": "{}",
+ "weekdays": "{}",
+ "today": "{}"
+ }
+ },
"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": ""
}
}
diff --git a/scripts/hot-reload.sh b/scripts/hot-reload.sh
index c1430d9..b371658 100755
--- a/scripts/hot-reload.sh
+++ b/scripts/hot-reload.sh
@@ -2,7 +2,7 @@
pkill -9 waybar > /dev/null
-hyprctl dispatch exec "GTK_THEME=Adwaita waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css" > /dev/null &
+hyprctl dispatch exec "GTK_THEME=Adwaita LC_TIME=lv_LV.UTF-8 waybar -c ~/config/config/waybar/config -s ~/config/config/waybar/style.css" > /dev/null &
hyprctl reload > /dev/null &
ROBLOX_PID="$(pidof sober)"