diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 30e805e..2dad421 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -27,8 +27,8 @@ monitor=HDMI-A-1,1920x1080@75,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use -$terminal = foot -$fileManager = dolphin +$terminal = footclient +$fileManager = pcmanfm $menu = wofi --show drun $reload_waybar = pkill waybar; waybar & @@ -41,6 +41,7 @@ $reload_waybar = pkill waybar; waybar & # exec-once = $terminal # exec-once = nm-applet & +exec-once = foot -s exec-once = waybar & exec-once = hyprctl setcursor Adwaita 24 exec-once = hyprpaper & @@ -266,7 +267,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, P, exec, $reload_waybar -bind = $mainMod, Print, exec, hyprshot -m region +bind = $mainMod, Print, exec, hyprshot -m region -o /home/coast/Pictures/Screenshots # Example special workspace (scratchpad) bind = $mainMod, Q, togglespecialworkspace, magic diff --git a/config/hypr/hyprpaper.conf b/config/hypr/hyprpaper.conf index 74625eb..5aab19a 100644 --- a/config/hypr/hyprpaper.conf +++ b/config/hypr/hyprpaper.conf @@ -1,3 +1,3 @@ -preload = ~/Pictures/Wallpapers/wallhaven-d8p7w3_1920x1080.png -wallpaper = HDMI-A-1,~/Pictures/Wallpapers/wallhaven-d8p7w3_1920x1080.png -wallpaper = eDP-1,~/Pictures/Wallpapers/wallhaven-d8p7w3_1920x1080.png +preload = ~/Pictures/Wallpapers/wallhaven-v9mzkp_1920x1080.png +wallpaper = HDMI-A-1,~/Pictures/Wallpapers/wallhaven-v9mzkp_1920x1080.png +wallpaper = eDP-1,~/Pictures/Wallpapers/wallhaven-v9mzkp_1920x1080.png diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 28a5507..6895e37 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -1,7 +1,7 @@ // -*- mode: jsonc -*- { - "layer": "bottom", - "position": "bottom", + "layer": "top", + "position": "top", "height": 30, "spacing": 4, @@ -27,6 +27,17 @@ "all-outputs": true, "warp-on-scroll": false, "format": "{name}", + "persistent-workspaces": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + }, }, "hyprland/window" : { "max-length": 40, @@ -41,19 +52,19 @@ // } }, "clock": { - "format-alt": "{:%Y-%m-%d}" - }, + "format-alt": "{:%Y-%m-%d %I:%M %p}" +}, "cpu": { "format": "CPU: {usage}%", "tooltip": false }, "memory": { - "format": "Mem: {used}GiB" + "format": "MEM: {used}GiB" }, "disk": { "interval": 60, "path": "/", - "format": "Disk: {free}" + "format": "DISK: {free} (free)" }, "battery": { "states": { diff --git a/config/waybar/style.css b/config/waybar/style.css index 03bf91c..bab48e0 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -10,7 +10,7 @@ } window#waybar { - background-color: @bg; + background-color: @blk; color: @fg; } @@ -25,7 +25,7 @@ window#waybar { border-bottom: 3px solid @fg; /* Light grey */ } #workspaces button.empty { - color: @white; /* White */ + color: @fg; /* White */ } #workspaces button.empty.active { color: @fg; /* Light grey */