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 \ 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 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", 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;