Compare commits

...

2 commits

3 changed files with 35 additions and 6 deletions

View file

@ -179,6 +179,9 @@ bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
# networkmanager dmenu plugin
bindsym $mod+n exec --no-startup-id networkmanager_dmenu
# Gap config
gaps inner 5

View file

@ -0,0 +1,26 @@
[dmenu]
dmenu_command = /usr/bin/rofi -dmenu -i
# # Note that dmenu_command can contain arguments as well like:
# # `dmenu_command = rofi -dmenu -i -theme nmdm`
# # `dmenu_command = rofi -dmenu -width 30 -i`
# # `dmenu_command = dmenu -i -l 25 -b -nb #909090 -nf #303030`
rofi_highlight = False
# compact = <True or False> # (Default: False). Remove extra spacing from display
# pinentry = <Pinentry command> # (Default: None) e.g. `pinentry-gtk`
# wifi_chars = <string of 4 unicode characters representing 1-4 bars strength>
wifi_chars = ▂▄▆█
# list_saved = <True or False> # (Default: False) list saved connections
[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
[editor]
terminal = alacritty
gui_if_available = False
[nmdm]
# rescan_delay = <seconds> # (seconds to wait after a wifi rescan before redisplaying the results)

View file

@ -97,20 +97,20 @@ interface = ${config.interface}
interval = 3
format-connected = <ramp-signal> <label-connected>
format-connected = %{A1:networkmanager_dmenu:}<ramp-signal> <label-connected>%{A}
format-connected-foreground = ${colors.success}
label-connected = %essid% %downspeed:9% %upspeed:9%
format-disconnected = <label-disconnected>
format-disconnected = %{A1:networkmanager_dmenu:}<label-disconnected>%{A}
format-disconnected-foreground = ${colors.urgent}
label-disconnected = 
ramp-signal-0 =
ramp-signal-1 =
ramp-signal-2 =
ramp-signal-3 =
ramp-signal-0 =
ramp-signal-1 = ▂▄
ramp-signal-2 = ▂▄▆
ramp-signal-3 = ▂▄▆█
[module/temperature]
type = internal/temperature