Rework configuration for rick
This commit is contained in:
parent
f81543b06b
commit
6e4dbf670e
3 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
exec swaymsg 'workspace $ws3; exec firefox'
|
|
||||||
# launch mail workspace
|
# launch mail workspace
|
||||||
exec ~/.local/bin/launch_mail_worksplace.sh
|
exec ~/.local/bin/launch_mail_worksplace.sh
|
||||||
exec dbus-update-activation-environment --systemd DISPLAY
|
exec dbus-update-activation-environment --systemd DISPLAY
|
||||||
|
|
|
@ -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 [app_id="^launcher$"] floating enable, resize set 800px 400px
|
||||||
for_window [title="Remmina Remote Desktop Client"] floating enable
|
for_window [title="Remmina Remote Desktop Client"] floating enable
|
||||||
for_window [app_id="pavucontrol"] floating enable, resize set 600px 400px
|
for_window [app_id="pavucontrol"] floating enable, resize set 600px 400px
|
||||||
|
for_window [title="^Open .*$"] floating enable, resize set 900px 700px
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"disable-toolptips": true,
|
"disable-toolptips": true,
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["network", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
|
"modules-right": ["network", "temperature", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
|
||||||
"sway/mode": {
|
"sway/mode": {
|
||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
|
@ -23,6 +23,11 @@
|
||||||
"tooltip-format": "{:%Y-%m-%d | %H:%M}",
|
"tooltip-format": "{:%Y-%m-%d | %H:%M}",
|
||||||
"format-alt": "{:%Y-%m-%d}"
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
},
|
},
|
||||||
|
"temperature": {
|
||||||
|
"thermal-zone": 0,
|
||||||
|
"critical-threshold": 80,
|
||||||
|
"format": "{temperatureC}°C "
|
||||||
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
|
Reference in a new issue