diff --git a/private_dot_config/hypr/autostart.conf b/private_dot_config/hypr/autostart.conf index 7f5ee6a..0e3993a 100644 --- a/private_dot_config/hypr/autostart.conf +++ b/private_dot_config/hypr/autostart.conf @@ -23,6 +23,6 @@ exec-once = systemctl --user start hyprpolkitagent exec-once = hypridle # Rice components -#exec-once = hyprpaper +exec-once = hyprpaper exec-once = waybar exec-once = dunst & diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 6caefde..6dcb9d3 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -38,6 +38,7 @@ $fileManager = nemo $lock = hyprlock --immediate $menu = ~/.config/rofi/launchers/type-2/launcher.sh $screenshot = hyprshot --mode region +$colorpicker = hyprpicker --autocopy ## MONITORS ## source = ~/.config/hypr/monitors.conf diff --git a/private_dot_config/hypr/keybinds.conf b/private_dot_config/hypr/keybinds.conf index 187a792..c2e96e0 100644 --- a/private_dot_config/hypr/keybinds.conf +++ b/private_dot_config/hypr/keybinds.conf @@ -21,6 +21,7 @@ bind = $mainMod, B, exec, $browser # New browser. bind = $mainMod, E, exec, [float] $fileManager # File explorer. bind = $mainMod, W, exec, $menu # App launcher. bind = , Print, exec, $screenshot # Screenshot utility. +bind = $mainMod, O, exec, $colorpicker # Color picker. # WINDOW BINDS: diff --git a/private_dot_config/hypr/wp/wp.jpg b/private_dot_config/hypr/wp/wp.jpg index 495b5a3..cc43a8c 100644 Binary files a/private_dot_config/hypr/wp/wp.jpg and b/private_dot_config/hypr/wp/wp.jpg differ diff --git a/private_dot_config/waybar/colors.css b/private_dot_config/waybar/colors.css index 92b58bb..7a71609 100644 --- a/private_dot_config/waybar/colors.css +++ b/private_dot_config/waybar/colors.css @@ -2,7 +2,8 @@ @define-color bar-bg transparent; @define-color bar-fg #ffffff; -@define-color module-bg rgba(50, 50, 50, 0.7); +/* @define-color module-bg rgba(50, 50, 50, 0.7); */ +@define-color module-bg rgba(24, 24, 24, 0.7); @define-color module-fg #ffffff; @define-color module-fg-dim #9f9f9f; @@ -11,7 +12,7 @@ @define-color module-warn-bg rgba(236, 164, 30, 0.7); @define-color module-err-bg rgba(224, 20, 20, 0.7); -@define-color module-idle-bg rgba(80, 80,80, 0.7); +@define-color module-idle-bg rgba(70, 70, 70, 0.7); @define-color module-active-bg rgba(255, 255, 255, 0.7); @define-color module-active-fg #2d3436; /* @define-color bar-bg rgba(0, 0, 0, 0); */ diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index c4f9b61..d172f09 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -133,8 +133,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": "", - "deactivated": "" + "activated": " ", + "deactivated": " " } }, "tray": { @@ -197,7 +197,7 @@ }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid} ({signalStrength}%) ", + "format-wifi": "{essid} ({signalStrength}%)  ", "format-ethernet": "{ipaddr}/{cidr} 󰈀", "tooltip-format": "{ifname} via {gwaddr} 󰛳", "format-linked": "{ifname} (No IP) 󰛵",