mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
Small wayland changes
This commit is contained in:
parent
e91ce6edd9
commit
aeb0b86241
2 changed files with 4 additions and 4 deletions
|
@ -82,8 +82,8 @@ with lib;
|
|||
bind = SUPER, X, exec, power-menu
|
||||
|
||||
# Function keys
|
||||
bind = ,XF86MonBrightnessUp, exec, brightnessctl s +10
|
||||
bind = ,XF86MonBrightnessDown, exec, brightnessctl s 10-
|
||||
bind = ,XF86MonBrightnessUp, exec, brightnessctl s +10%
|
||||
bind = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
||||
|
||||
# Screenshots
|
||||
bind = , Print, exec, $screenshotarea
|
||||
|
|
|
@ -59,8 +59,8 @@ with lib;
|
|||
};
|
||||
"battery" = {
|
||||
format = "<span color='#cba6f7'>{icon}</span> {capacity}%";
|
||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" ];
|
||||
format-charging = "<span color='#cba6f7'></span> {capacity}%";
|
||||
format-icons = [ "" "" "" "" "" ];
|
||||
format-charging = "<span color='#cba6f7'></span> {capacity}%";
|
||||
tooltip = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue