diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-05-22 21:53:38 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-05-22 21:53:38 -0500 |
commit | df1a37cbc070b355e7be99840a0f4fd47279f39e (patch) | |
tree | a93bdc5f69c796ed48ef6224a4d3947e603f5ec5 /waybar | |
parent | 4d56f9007be284092187c2833bb75f975ea25348 (diff) | |
download | config-df1a37cbc070b355e7be99840a0f4fd47279f39e.tar.gz |
feat: added hyprland config for laptoplaptop
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/waybar/config b/waybar/config index 6e2f288..f5796dc 100644 --- a/waybar/config +++ b/waybar/config @@ -43,19 +43,6 @@ "all-outputs": false, "format": "{icon}", "format-icons": { - "11": "1", - "12": "2", - "13": "3", - "14": "4", - "15": "5", - "16": "6", - "17": "7", - "18": "8", - "19": "9", }, - "persistent-workspaces": { - "DP-2": [ 1, 2, 3, 4, 5, 6, 7, 8, 9], - "HDMI-A-1": [11, 12, 13, 14, 15, 16, 17, 18, 19] - } } } |