From bec34e9e57879f1b9e36d3d6fc21d1b8b7e50591 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 22 Jul 2024 19:47:32 +0400 Subject: 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 --- .config/waybar/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/waybar') 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}", -- cgit v1.2.3