Rework configuration for rick

This commit is contained in:
Yorick Barbanneau 2021-09-02 20:06:23 +02:00
parent f81543b06b
commit 6e4dbf670e
3 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,3 @@
exec swaymsg 'workspace $ws3; exec firefox'
# launch mail workspace
exec ~/.local/bin/launch_mail_worksplace.sh
exec dbus-update-activation-environment --systemd DISPLAY

View file

@ -22,3 +22,5 @@ for_window [app_id="org.pwmt.zathura"] floating enable
for_window [app_id="^launcher$"] floating enable, resize set 800px 400px
for_window [title="Remmina Remote Desktop Client"] floating enable
for_window [app_id="pavucontrol"] floating enable, resize set 600px 400px
for_window [title="^Open .*$"] floating enable, resize set 900px 700px

View file

@ -4,7 +4,7 @@
"disable-toolptips": true,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": [],
"modules-right": ["network", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
"modules-right": ["network", "temperature", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
@ -23,6 +23,11 @@
"tooltip-format": "{:%Y-%m-%d | %H:%M}",
"format-alt": "{:%Y-%m-%d}"
},
"temperature": {
"thermal-zone": 0,
"critical-threshold": 80,
"format": "{temperatureC}°C "
},
"cpu": {
"format": "{usage}% ",
"tooltip": false