beautifying vim

This commit is contained in:
Rouven Seifert 2023-02-25 22:28:04 +01:00
parent 668e6901fb
commit 4922c9fcb4
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 62 additions and 33 deletions

View file

@ -17,8 +17,8 @@
grim
slurp
swappy
# font-awesome
swaylock-effects
wlogout
];
xdg.configFile = {

View file

@ -165,9 +165,10 @@ binde = SHIFT, XF86AudioLowerVolume, exec, pactl set-source-volume @DEFAULT_SOUR
bind = ,XF86Messenger, exec, makoctl dismiss
bind = SHIFT ,XF86Messenger, exec, makoctl restore
bind = ,XF86Go, exec, makoctl invoke
bind = ,Cancel, exec, sh ~/.config/mako/do-not-disturb.sh
bind = SHIFT, XF86Go, exec, sh ~/.config/mako/do-not-disturb.sh
bind = ,XF86Display, exec, hyprpaper
bind = ,XF86Favorites, exec, swaylock
bind = ,Cancel, exec, wlogout
# lock on lid
bindl = ,switch:Lid Switch, exec, swaylock

View file

@ -15,9 +15,9 @@
modules-right = [ "network" "cpu" "temperature" "pulseaudio" "battery" "tray" "clock" ];
network = {
format-wifi = " {essid} ({signalStrength}%)";
format-ethernet = " {ipaddr}/{cidr}";
tooltip-format = " {ifname} via {gwaddr}";
format-linked = " {ifname} (No IP)";
format-ethernet = "󰈀 {ipaddr}/{cidr}";
tooltip-format = "󰈀 {ifname} via {gwaddr}";
format-linked = "󰈀 {ifname} (No IP)";
format-disconnected = "Disconnected ";
format-alt = "{ifname}: {ipaddr}/{cidr}";
};