diff options
| author | Blista Kanjo | 2024-06-20 12:05:00 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-20 12:05:00 -0400 |
| commit | c1dc3b5c44252dabb165f201b4bfe583f3a18ca3 (patch) | |
| tree | 23d4a5ca3cfa95376237bf06333e3340807afb05 /.config/awesome/rc.lua | |
| parent | a0b72c06af3d3500a35e9fa6fdd6bff94773f920 (diff) | |
refactor: whitespace
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 3971a0c..465d803 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -78,7 +78,7 @@ myawesomemenu = { { "dunstctl", dunst_menu }, { "config file", editor .. " " .. awesome.conffile }, { "picom config", function() awful.spawn.easy_async_with_shell("xfce4-terminal -x nvim $HOME/.config/picom.conf") end }, - { "set date & time", function() awful.spawn.easy_async_with_shell("~/.local/bin/GUI-dateTime") end }, + { "set date & time", function() awful.spawn.easy_async_with_shell("~/.local/bin/GUI-dateTime") end }, { "change wallpaper", function() awful.spawn.easy_async_with_shell("sh -c 'nitrogen'") end }, { "xdg_menu refresh", function() |
