diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 | 
| commit | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch) | |
| tree | aa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /.config/waybar | |
| parent | cc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff) | |
refactor dotfiles, and use nix
Diffstat (limited to '')
| -rw-r--r-- | config/waybar/config (renamed from .config/waybar/config) | 3 | ||||
| -rw-r--r-- | config/waybar/style.css (renamed from .config/waybar/style.css) | 0 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/waybar/config b/config/waybar/config index 68f25d7..24cb4f0 100644 --- a/.config/waybar/config +++ b/config/waybar/config @@ -1,5 +1,6 @@  {    "layer": "top", +  "output": "eDP-1",    "height": 40,    "modules-left": ["custom/launcher", "hyprland/workspaces", "hyprland/window"],    "modules-right": ["tray", "cpu", "backlight", "battery", "clock"], @@ -25,7 +26,7 @@    },    "hyprland/window": {      "format": "> {title}", -    "separate-outputs": true +    "separate-outputs": false    },    "tray": {      "spacing": 10 diff --git a/.config/waybar/style.css b/config/waybar/style.css index a42db21..a42db21 100644 --- a/.config/waybar/style.css +++ b/config/waybar/style.css  | 
