polybar:st -> kitty
This commit is contained in:
parent
05b8d7880b
commit
40e0378485
|
|
@ -115,8 +115,8 @@ blur-method = "kawase";
|
|||
blur-strength = 15;
|
||||
|
||||
opacity-rule = [
|
||||
"90:class_g = 'St' && focused",
|
||||
"60:class_g = 'St' && !focused",
|
||||
"90:class_g = 'kitty' && focused",
|
||||
"60:class_g = 'kitty' && !focused",
|
||||
# "70:name *?= 'rofi'"
|
||||
# "80:class_g = 'St' && !_NET_WM_STATE@:32a",
|
||||
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ tail = true
|
|||
format = <label>
|
||||
format-prefix = " "
|
||||
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-middle = "~/.config/Scripts/arch-updates.sh -n"
|
||||
|
||||
|
|
@ -217,15 +217,15 @@ click-left = firefox &
|
|||
type = custom/text
|
||||
content =
|
||||
content-foreground = ${colors.foreground}
|
||||
click-left = st -e ranger &
|
||||
click-left = kitty -e ranger &
|
||||
click-right = pcmanfm &
|
||||
|
||||
[module/term]
|
||||
type = custom/text
|
||||
content =
|
||||
content-foreground = ${colors.foreground}
|
||||
click-left = st &
|
||||
click-right = st -e tmux new -s tmux1 &
|
||||
click-left = kitty &
|
||||
click-right = kitty -e tmux new -s tmux1 &
|
||||
|
||||
[module/vpn]
|
||||
type = custom/text
|
||||
|
|
@ -238,7 +238,7 @@ click-right = "exec expressvpn disconnect"
|
|||
type = custom/text
|
||||
content =
|
||||
content-foreground = ${colors.foreground}
|
||||
click-left = st -e nvim &
|
||||
click-left = kitty -e nvim &
|
||||
click-right = leafpad &
|
||||
|
||||
[module/chrome]
|
||||
|
|
@ -251,7 +251,7 @@ click-left = google-chrome-stable &
|
|||
type = custom/text
|
||||
content =
|
||||
content-foreground = ${colors.foreground}
|
||||
click-left = st -e ncmpcpp &
|
||||
click-left = kitty -e ncmpcpp &
|
||||
click-right = gpmdp &
|
||||
|
||||
[module/gpmdp]
|
||||
|
|
|
|||
Loading…
Reference in New Issue