From 6e5f091736df919cfb211597d9987584ccad9b2f Mon Sep 17 00:00:00 2001 From: Tanishq Raj <121513453+tanishqraj360@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:51:58 +0530 Subject: [PATCH 1/4] Update config.jsonc Fixed issue where workspace numbers were not showing --- waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 048cbae..c457229 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -6,14 +6,14 @@ "passthrough": false, "gtk-layer-shell": true, "height": 50, - "modules-left": ["clock","custom/weather","wlr/workspaces"], + "modules-left": ["clock","custom/weather","hyprland/workspaces"], "modules-center": ["hyprland/window"], "modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"], "hyprland/window": { "format": "{}" }, - "wlr/workspaces": { + "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "on-click": "activate", From 093b7603357bb78c2761b2763e235b199263d228 Mon Sep 17 00:00:00 2001 From: Tanishq Raj <121513453+tanishqraj360@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:56:39 +0530 Subject: [PATCH 2/4] Update hyprland.conf Fixed issue where resolution was low by default --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index dd15368..38a86ae 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,6 +1,6 @@ # Setup monitors # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto +monitor=,highres,auto,1 # Dual monitor example on G15 Strix # eDP-1 is the built in monitor while DP-1 is external From 3a9e4630dc9f3abf8eaec413b036bf411a13e881 Mon Sep 17 00:00:00 2001 From: Tanishq Raj <121513453+tanishqraj360@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:17:45 +0530 Subject: [PATCH 3/4] Update style.css Empty window title bar no longer appear when nothing is open. --- waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/waybar/style.css b/waybar/style.css index 78c9150..02dd4e8 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -12,6 +12,11 @@ window#waybar { color: #cdd6f4; } +window#waybar.empty #window { + background: none; + border: none; +} + tooltip { background: #1e1e2e; border-radius: 10px; From 15aeea57742bff53577865a07440a4492beb9753 Mon Sep 17 00:00:00 2001 From: Tanishq Raj <121513453+tanishqraj360@users.noreply.github.com> Date: Fri, 26 Apr 2024 02:36:10 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5621352..34cc0cd 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ collection of dot config files for hyprland with a simple install script for a f You can grab the config files and install packages by hand with this commnad ``` -yay -S hyprland-bin kitty waybar-hyprland \ - swaybg swaylock-effects wofi wlogout mako thunar \ +yay -S hyprland-bin alacritty waybar-hyprland \ + swaybg swaylock-effects wofi wlogout mako nautilus \ ttf-jetbrains-mono-nerd noto-fonts-emoji \ polkit-gnome python-requests starship \ swappy grim slurp pamixer brightnessctl gvfs \