diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-12-14 17:06:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-12-14 17:06:32 +0100 |
| commit | 7138f485299e110f59bfea1bc0deda82750104e2 (patch) | |
| tree | 7a69d8e1b93e5509082eed7d5ef07895b7707cd5 /.config | |
| parent | b930dfe9226df393dbb98862b55a339533bb6439 (diff) | |
update
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. |
