fix: replace removed rofi nerdfont icons

This commit is contained in:
Noah Masur 2023-05-31 08:01:32 -04:00
parent f391433584
commit 8cc158221d
2 changed files with 4 additions and 4 deletions

View File

@ -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" \

View File

@ -13,7 +13,7 @@ in {
power_off=''
reboot=''
lock=''
suspend=''
suspend='󰒲'
log_out=''
chosen=$(printf '%s;%s;%s;%s;%s\n' \