Switched to a Boussole-like (my config for work) desktop, so new waybar, new color scheme and new lockscreen. New launcher: rofi, that supports wifi and bluetooth plugins for uniform and centralized management. Plus made some cool litle addons like the paclist alias.
This commit is contained in:
parent
787bb73379
commit
3a51816053
22 changed files with 2421 additions and 841 deletions
28
.config/waybar/wifi_menu/config.ini
Normal file
28
.config/waybar/wifi_menu/config.ini
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[dmenu]
|
||||
dmenu_command = rofi -dmenu -theme ~/.config/rofi/wifi/config.rasi -i -no-history -matching fuzzy -no-tokenize -hover-select
|
||||
# compact = <True or False> # (Default: False). Remove extra spacing from display
|
||||
# pinentry = <Pinentry command> # (Default: None) e.g. `pinentry-gtk`
|
||||
pinentry = pinentry-gtk
|
||||
wifi_icons =
|
||||
# format = <Python style format string for the access point entries>
|
||||
format = {name} {icon}
|
||||
list_saved=False
|
||||
[dmenu_passphrase]
|
||||
# # Uses the -password flag for Rofi, -x for bemenu. For dmenu, sets -nb and
|
||||
# # -nf to the same color or uses -P if the dmenu password patch is applied
|
||||
# # https://tools.suckless.org/dmenu/patches/password/
|
||||
# obscure = True
|
||||
# obscure_color = #222222
|
||||
|
||||
[pinentry]
|
||||
# description = <Pinentry description> (Default: Get network password)
|
||||
prompt = Password:
|
||||
|
||||
[editor]
|
||||
terminal = kitty
|
||||
# terminal = <name of terminal program> <arguments>
|
||||
# gui_if_available = <True or False> (Default: True)
|
||||
# gui = <name of gui editor> (Default: nm-connection-editor)
|
||||
|
||||
[nmdm]
|
||||
# rescan_delay = <seconds> # (seconds to wait after a wifi rescan before redisplaying the results)
|
||||
Loading…
Add table
Add a link
Reference in a new issue