mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
beautifying vim
This commit is contained in:
parent
668e6901fb
commit
4922c9fcb4
8 changed files with 62 additions and 33 deletions
|
@ -17,8 +17,8 @@
|
|||
grim
|
||||
slurp
|
||||
swappy
|
||||
# font-awesome
|
||||
swaylock-effects
|
||||
wlogout
|
||||
];
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue