Update colors

This commit is contained in:
zervo 2025-03-11 19:56:35 +01:00
parent 842280fb34
commit 22f135784d
6 changed files with 9 additions and 6 deletions

View file

@ -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 &

View file

@ -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

View file

@ -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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 672 KiB

View file

@ -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); */

View file

@ -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) 󰛵",