diff --git a/bin/omarchy-refresh-hyprland b/bin/omarchy-refresh-hyprland index d9c360ee..49f484a0 100755 --- a/bin/omarchy-refresh-hyprland +++ b/bin/omarchy-refresh-hyprland @@ -7,4 +7,5 @@ omarchy-refresh-config hypr/bindings.conf omarchy-refresh-config hypr/input.conf omarchy-refresh-config hypr/looknfeel.conf omarchy-refresh-config hypr/hyprland.conf +omarchy-refresh-config hypr/monitors.conf bash "$OMARCHY_PATH/install/config/detect-keyboard-layout.sh" diff --git a/bin/omarchy-swayosd-brightness b/bin/omarchy-swayosd-brightness index c65f52a6..8cc1f119 100755 --- a/bin/omarchy-swayosd-brightness +++ b/bin/omarchy-swayosd-brightness @@ -9,6 +9,6 @@ progress="$(awk -v p="$percent" 'BEGIN{printf "%.2f", p/100}')" [[ $progress == "0.00" ]] && progress="0.01" omarchy-swayosd-client \ - --custom-icon display-brightness \ + --custom-icon display-brightness-symbolic \ --custom-progress "$progress" \ --custom-progress-text "${percent}%" diff --git a/bin/omarchy-swayosd-kbd-brightness b/bin/omarchy-swayosd-kbd-brightness index 1925ae34..729b7c4c 100755 --- a/bin/omarchy-swayosd-kbd-brightness +++ b/bin/omarchy-swayosd-kbd-brightness @@ -9,6 +9,6 @@ progress="$(awk -v p="$percent" 'BEGIN{printf "%.2f", p/100}')" [[ $progress == "0.00" ]] && progress="0.01" omarchy-swayosd-client \ - --custom-icon keyboard-brightness \ + --custom-icon keyboard-brightness-symbolic \ --custom-progress "$progress" \ --custom-progress-text "${percent}%" diff --git a/themes/vantablack/backgrounds/0-dot-hands.jpg b/themes/vantablack/backgrounds/0-dot-hands.jpg new file mode 100644 index 00000000..b76792cb Binary files /dev/null and b/themes/vantablack/backgrounds/0-dot-hands.jpg differ diff --git a/themes/vantablack/btop.theme b/themes/vantablack/btop.theme index cf3d98ca..a1ed2790 100644 --- a/themes/vantablack/btop.theme +++ b/themes/vantablack/btop.theme @@ -1,5 +1,5 @@ # Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#0d0d0d" +theme[main_bg]="#000000" # Main text color theme[main_fg]="#ffffff" diff --git a/themes/vantablack/colors.toml b/themes/vantablack/colors.toml index 96e095fc..e3b2267d 100644 --- a/themes/vantablack/colors.toml +++ b/themes/vantablack/colors.toml @@ -4,14 +4,14 @@ cursor = "#ffffff" # Primary colors foreground = "#ffffff" -background = "#0d0d0d" +background = "#000000" # Selection colors -selection_foreground = "#0d0d0d" +selection_foreground = "#000000" selection_background = "#ffffff" # Normal colors (ANSI 0-7) -color0 = "#0d0d0d" +color0 = "#000000" color1 = "#a4a4a4" color2 = "#b6b6b6" color3 = "#cecece"