mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
fix: replace removed rofi nerdfont icons
This commit is contained in:
parent
f391433584
commit
8cc158221d
@ -11,9 +11,9 @@ in {
|
||||
config.brightnessCommand = builtins.toString
|
||||
(pkgs.writeShellScript "brightness" ''
|
||||
|
||||
dimmer=""
|
||||
medium=""
|
||||
brighter=""
|
||||
dimmer=""
|
||||
medium=""
|
||||
brighter=""
|
||||
|
||||
chosen=$(printf '%s;%s;%s\n' \
|
||||
"$dimmer" \
|
||||
|
@ -13,7 +13,7 @@ in {
|
||||
power_off=''
|
||||
reboot=''
|
||||
lock=''
|
||||
suspend='鈴'
|
||||
suspend=''
|
||||
log_out=''
|
||||
|
||||
chosen=$(printf '%s;%s;%s;%s;%s\n' \
|
||||
|
Loading…
Reference in New Issue
Block a user