Compare commits
No commits in common. "ac3d20e809b4e3702e5ccd3799168c2820568489" and "41a041336e0d1b92b14e92bcccb1e2e78578c129" have entirely different histories.
ac3d20e809
...
41a041336e
5 changed files with 17 additions and 27 deletions
|
@ -13,5 +13,4 @@ define_env "QT_AUTO_SCREEN_SCALE_FACTOR" "0"
|
|||
define_env "QT_QPA_PLATFORM" "wayland-egl"
|
||||
define_env "QT_WAYLAND_DISABLE_WINDOWDECORATION" "1"
|
||||
define_env "MOZ_ENABLE_WAYLAND" "1"
|
||||
define_env "QT_QPA_PLATFORMTHEME" "gtk3"
|
||||
define_env "NO_AT_BRIDGE" "1"
|
||||
define_env "QT_QPA_PLATFORMTHEME" "gtk2"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
exec swaymsg 'workspace $ws3; exec firefox'
|
||||
# launch mail workspace
|
||||
exec ~/.local/bin/launch_mail_worksplace.sh
|
||||
exec dbus-update-activation-environment --systemd DISPLAY
|
||||
|
|
|
@ -22,5 +22,3 @@ 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
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"disable-toolptips": true,
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["network", "temperature", "memory", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
|
||||
"modules-right": ["network", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
|
@ -23,18 +23,13 @@
|
|||
"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}% |",
|
||||
"format": "{usage}% ",
|
||||
"tooltip": false
|
||||
},
|
||||
"backlight": {
|
||||
//"device": "intel_backlight",
|
||||
"format": "{percent}% {icon} |",
|
||||
"format": "{percent}% {icon}",
|
||||
"format-icons": ["", ""],
|
||||
"tooltip": false
|
||||
},
|
||||
|
@ -53,18 +48,18 @@
|
|||
},
|
||||
"network": {
|
||||
"tooltip": false,
|
||||
"format-wifi": "{essid} ({signalStrength}%) |",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} |",
|
||||
"format-linked": "{ifname} (No IP) |",
|
||||
"format-disconnected": "Disconnected ⚠ |",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr} |"
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"tooltip": false,
|
||||
"format": "{volume}% {icon} |",
|
||||
"format-bluetooth": "{volume}% {icon} |",
|
||||
"format-muted": "婢",
|
||||
"format-source": "{volume}% |",
|
||||
"format": "{volume}% {icon}",
|
||||
"format-bluetooth": "{volume}% {icon}",
|
||||
"format-muted": "",
|
||||
"format-source": "{volume}% ",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
|
@ -73,11 +68,8 @@
|
|||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": "墳"
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": "{used:0.1f}G/{total:0.1f}G "
|
||||
"default": ["", "", ""]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "FuraCode Nerd Font";
|
||||
font-size: 16px;
|
||||
font-size: 13px;
|
||||
min-height:0;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue