diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-07-22 19:47:32 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-07-22 19:47:32 +0400 |
| commit | bec34e9e57879f1b9e36d3d6fc21d1b8b7e50591 (patch) | |
| tree | 6496c7a78daf248b126c5302008df1252eab4d42 /.config/waybar/config | |
| parent | f216e32d621abb73b53374348e64e24185ad077b (diff) | |
change hyprland and waybar configs
hyprland:
- add config for new monitor
- add keymaps for working with multiple monitors
- change config to accomodate Hi-DPI mouse wheel and horizontal wheel
- add telegram and signal to autostart on different scratchpads
- start wofi with 'run' instead of 'drun'
- add gaps
In waybar reformat some lines and add correct syntax highlighting in vim
Diffstat (limited to '.config/waybar/config')
| -rw-r--r-- | .config/waybar/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 96f0e5e..ec628fa 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,14 +1,14 @@ // -*- mode: json -*- - +// vim:set syntax=json: { "layer": "top", "modules-left": [ - "hyprland/workspaces", + "hyprland/workspaces" ], "modules-center": [ "clock#time", - "clock#date", + "clock#date" ], "modules-right": [ "pulseaudio", @@ -17,10 +17,10 @@ ], "hyprland/workspaces": { - "format": "{icon}", - "format-active": " {icon} ", - "on-click": "activate" - }, + "format": "{icon}", + "format-active": " {icon} ", + "on-click": "activate" + }, "clock#time": { "format": "{:%H:%M:%S}", |