diff --git a/hyprland.conf b/hyprland.conf index 77e0a39..c3edbbe 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -28,7 +28,7 @@ exec-once = mkdir -p $HOME/Pictures/Screenshots # Our apps, adjust for yourself, otherwise apps won't run! $terminal = kitty -$fileManager = nautilus # GNOME file manager +$fileManager = nautilus $menu = wofi --show drun $telegram = Telegram $spotify = spotify diff --git a/waybar/config b/waybar/config index 3326db7..c386c6e 100644 --- a/waybar/config +++ b/waybar/config @@ -8,7 +8,7 @@ "modules-right": ["group/expand","pulseaudio","bluetooth","network","custom/power-profile","battery","custom/wlogout"], "hyprland/workspaces": { - "format": "{name}", + "format": "●", "persistent-workspaces": { "*": [ 1,2,3,4,5 ] } diff --git a/waybar/style.css b/waybar/style.css index 5ecd86c..6e16f3b 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -11,22 +11,25 @@ window#waybar{ .modules-left { padding:1px 3px; margin:5px 0px 5px 10px; - border-radius:10px; + border-radius:13px; background: alpha(@background,.6); + border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .modules-center { padding:1px 5px; margin:5px 0px 5px 0px; - border-radius:10px; + border-radius:13px; background: alpha(@background,.6); + border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } .modules-right { padding:1px 3px; margin:5px 10px 5px 0px; - border-radius:10px; + border-radius:13px; background: alpha(@background,.6); + border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0px 0px 2px rgba(0, 0, 0, .6); } tooltip { @@ -48,36 +51,34 @@ tooltip { } #workspaces button { all:unset; - padding: 0px 5px; - color: #ffffff; + padding: 0px 4px; + color: rgba(255, 255, 255, 0.4); transition: all .2s ease; + font-size: 12px; } #workspaces button:hover { - color: #ffcc00; - border: none; - text-shadow: 0px 0px 5px #ffcc00; + color: rgba(255, 255, 255, 0.7); + text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5); transition: all .3s ease; } #workspaces button.active { color: @color1; - border: none; text-shadow: 0px 0px 8px @color1, 0px 0px 15px @color1; + font-size: 14px; } #workspaces button.empty { - color: #666666; - border: none; + color: rgba(255, 255, 255, 0.2); text-shadow: none; } #workspaces button.empty:hover { - color: #999999; - border: none; - text-shadow: 0px 0px 3px #999999; + color: rgba(255, 255, 255, 0.4); + text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3); transition: all .3s ease; } #workspaces button.empty.active { color: @color1; - border: none; text-shadow: 0px 0px 8px @color1, 0px 0px 15px @color1; + font-size: 14px; } #bluetooth{ padding: 0px 3px;