polybar:st -> kitty

This commit is contained in:
Harri Lahtinen 2020-02-25 00:57:26 +02:00
parent 05b8d7880b
commit 40e0378485
2 changed files with 8 additions and 8 deletions

View File

@ -115,8 +115,8 @@ blur-method = "kawase";
blur-strength = 15; blur-strength = 15;
opacity-rule = [ opacity-rule = [
"90:class_g = 'St' && focused", "90:class_g = 'kitty' && focused",
"60:class_g = 'St' && !focused", "60:class_g = 'kitty' && !focused",
# "70:name *?= 'rofi'" # "70:name *?= 'rofi'"
# "80:class_g = 'St' && !_NET_WM_STATE@:32a", # "80:class_g = 'St' && !_NET_WM_STATE@:32a",

View File

@ -155,7 +155,7 @@ tail = true
format = <label> format = <label>
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground} format-prefix-foreground = ${colors.foreground}
click-left = st -e yay --noconfirm -Syu click-left = st -e kitty --noconfirm -Syu
click-right = "~/.config/Scripts/arch-updates.sh -c&" click-right = "~/.config/Scripts/arch-updates.sh -c&"
click-middle = "~/.config/Scripts/arch-updates.sh -n" click-middle = "~/.config/Scripts/arch-updates.sh -n"
@ -217,15 +217,15 @@ click-left = firefox &
type = custom/text type = custom/text
content =  content = 
content-foreground = ${colors.foreground} content-foreground = ${colors.foreground}
click-left = st -e ranger & click-left = kitty -e ranger &
click-right = pcmanfm & click-right = pcmanfm &
[module/term] [module/term]
type = custom/text type = custom/text
content =  content = 
content-foreground = ${colors.foreground} content-foreground = ${colors.foreground}
click-left = st & click-left = kitty &
click-right = st -e tmux new -s tmux1 & click-right = kitty -e tmux new -s tmux1 &
[module/vpn] [module/vpn]
type = custom/text type = custom/text
@ -238,7 +238,7 @@ click-right = "exec expressvpn disconnect"
type = custom/text type = custom/text
content =  content = 
content-foreground = ${colors.foreground} content-foreground = ${colors.foreground}
click-left = st -e nvim & click-left = kitty -e nvim &
click-right = leafpad & click-right = leafpad &
[module/chrome] [module/chrome]
@ -251,7 +251,7 @@ click-left = google-chrome-stable &
type = custom/text type = custom/text
content =  content = 
content-foreground = ${colors.foreground} content-foreground = ${colors.foreground}
click-left = st -e ncmpcpp & click-left = kitty -e ncmpcpp &
click-right = gpmdp & click-right = gpmdp &
[module/gpmdp] [module/gpmdp]