update whaatever
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# exec-once = systemctl --user start /nix/store/*-hyprpolkitagent-*/libexec/hyprpolkitagent
|
# exec-once = systemctl --user start /nix/store/*-hyprpolkitagent-*/libexec/hyprpolkitagent
|
||||||
|
|
||||||
# Waybar
|
# 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
|
# Wallpaper
|
||||||
exec-once = swww-daemon
|
exec-once = swww-daemon
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[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]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
@@ -1,7 +1,13 @@
|
|||||||
{
|
{
|
||||||
"group/traygroup": {
|
"group/traygroup": {
|
||||||
"orientation": "inherit",
|
"orientation": "inherit",
|
||||||
"modules": ["tray", "network", "bluetooth", "pulseaudio", "pulseaudio#lol"]
|
"modules": [
|
||||||
|
"tray",
|
||||||
|
"network",
|
||||||
|
"bluetooth",
|
||||||
|
"pulseaudio",
|
||||||
|
"pulseaudio#lol"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/middle-split": {
|
"custom/middle-split": {
|
||||||
@@ -77,9 +83,18 @@
|
|||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"timezone": "Europe/Riga",
|
"timezone": "Europe/Riga",
|
||||||
"locale": "en_US.UTF-8",
|
"locale": "lv_LV.utf8",
|
||||||
"format": "{:%H:%M}",
|
"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}",
|
"format-alt": "{:%H:%M:%S}",
|
||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
@@ -93,7 +108,7 @@
|
|||||||
"default": ["", "", ""]
|
"default": ["", "", ""]
|
||||||
},
|
},
|
||||||
"tooltip-format": "{desc}\n{icon} {volume}%",
|
"tooltip-format": "{desc}\n{icon} {volume}%",
|
||||||
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
},
|
||||||
|
|
||||||
"pulseaudio#lol": {
|
"pulseaudio#lol": {
|
||||||
@@ -105,7 +120,7 @@
|
|||||||
"default": ["", "", ""]
|
"default": ["", "", ""]
|
||||||
},
|
},
|
||||||
"tooltip-format": "{desc}\n{icon} {volume}%",
|
"tooltip-format": "{desc}\n{icon} {volume}%",
|
||||||
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"class": "pulseaudio-lol"
|
"class": "pulseaudio-lol"
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -119,7 +134,7 @@
|
|||||||
"tooltip-format-ethernet": " {ifname}\n {bandwidthUpBits} {bandwidthDownBits}",
|
"tooltip-format-ethernet": " {ifname}\n {bandwidthUpBits} {bandwidthDownBits}",
|
||||||
"tooltip-format-disconnected": "",
|
"tooltip-format-disconnected": "",
|
||||||
"max-length": 50,
|
"max-length": 50,
|
||||||
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default nm-connection-editor"
|
"on-click": "nm-connection-editor"
|
||||||
},
|
},
|
||||||
|
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
@@ -127,7 +142,7 @@
|
|||||||
"format-disabled": "",
|
"format-disabled": "",
|
||||||
"format-off": "",
|
"format-off": "",
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default blueman-manager",
|
"on-click": "blueman-manager",
|
||||||
"format-no-controller": ""
|
"format-no-controller": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkill -9 waybar > /dev/null
|
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 &
|
hyprctl reload > /dev/null &
|
||||||
|
|
||||||
ROBLOX_PID="$(pidof sober)"
|
ROBLOX_PID="$(pidof sober)"
|
||||||
|
|||||||
Reference in New Issue
Block a user