1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

tweak window borders

This commit is contained in:
Nick Boughton 2020-11-22 16:12:49 +00:00
parent 66f4c7790a
commit 1259e9c0e2
5 changed files with 11 additions and 2 deletions

2
.gitignore vendored

@ -42,3 +42,5 @@ yay/
zoomus.conf
org.gabmus.giara.json
font-manager/
BetterDiscord/
Code\ Industry/

@ -60,9 +60,9 @@ for_window [app_id=floater] floating enable
for_window [app_id=catfish] floating enable
for_window [app_id=zoom] floating enable
for_window [app_id=pcmanfm] floating enable
#for_window [app_id=geary] floating enable
for_window [app_id=pavucontrol] floating enable
for_window [app_id=ristretto] floating enable
for_window [app_id=".*"] border pixel
### Key bindings
#

@ -5,6 +5,7 @@
"modules-left": [
"sway/workspaces",
//"wlr/taskbar",
//"sway/window",
"sway/mode",
"custom/spotify",
"idle_inhibitor"
@ -41,6 +42,10 @@
"sway/mode": {
"format": "{}"
},
"sway/window": {
"format": "{}",
"max-length": 15
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["", ""],

@ -1,2 +1,3 @@
#!/bin/bash
curl wttr.in/?format="%C,+%t\n" | sed -e 's/,.*:/:/'
report=$(curl wttr.in/?format="%C,+%t\n" | sed -e 's/,.*:/:/')
echo $report

@ -24,6 +24,7 @@ window#waybar {
#workspaces,
#mode,
#window,
#taskbar,
#idle_inhibitor,
#custom-weather,