add: rofi icons and polybar click
This commit is contained in:
parent
6434534bbf
commit
1344311ca3
2 changed files with 6 additions and 0 deletions
|
@ -20,4 +20,6 @@
|
||||||
format-underline = #1794D1
|
format-underline = #1794D1
|
||||||
format = <label>
|
format = <label>
|
||||||
|
|
||||||
|
click-left = alacritty -e sudo pacman -Su
|
||||||
|
|
||||||
label = %output%
|
label = %output%
|
||||||
|
|
|
@ -4,3 +4,7 @@ rofi.modi: combi,ssh,run
|
||||||
rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
|
rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
|
||||||
|
|
||||||
rofi.ssh-command: {terminal} -e bash -ic "ssh-sftp {host} [-p {port}];"
|
rofi.ssh-command: {terminal} -e bash -ic "ssh-sftp {host} [-p {port}];"
|
||||||
|
|
||||||
|
rofi.show-icons: true
|
||||||
|
rofi.icon-theme: "Papirus-Dark"
|
||||||
|
rofi.drun-display-format: "{name}"
|
||||||
|
|
Loading…
Reference in a new issue