diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3status/config | 2 | ||||
| -rw-r--r-- | .config/sway/config | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/i3status/config b/.config/i3status/config index 2b53153..62f4a0d 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -93,7 +93,7 @@ memory { } cpu_temperature 0 { - format = "🌡%degrees °C" + format = "🌡 %degrees °C" path = "/sys/class/hwmon/hwmon2/temp1_input" } diff --git a/.config/sway/config b/.config/sway/config index 1227919..76e0b49 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -11,6 +11,8 @@ exec /usr/libexec/pipewire-launcher exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway # exec foot -s +exec xset +fp /usr/share/fonts/misc + ### Variables # # Logo key. Use Mod1 for Alt. |
