добавил смену обоев на win + t
This commit is contained in:
6
gtk-3.0/bookmarks
Normal file
6
gtk-3.0/bookmarks
Normal file
@@ -0,0 +1,6 @@
|
||||
file:///home/pablusha/Pictures
|
||||
file:///home/pablusha/Downloads
|
||||
file:///home/pablusha/Music
|
||||
file:///home/pablusha/repos
|
||||
file:///home/pablusha/Documents
|
||||
file:///home/pablusha/wallpapers
|
101
gtk-3.0/colors.css
Normal file
101
gtk-3.0/colors.css
Normal file
@@ -0,0 +1,101 @@
|
||||
|
||||
@define-color background #0b141a;
|
||||
|
||||
@define-color error #ffb4ab;
|
||||
|
||||
@define-color error_container #93000a;
|
||||
|
||||
@define-color inverse_on_surface #283238;
|
||||
|
||||
@define-color inverse_primary #006a61;
|
||||
|
||||
@define-color inverse_surface #dae4ec;
|
||||
|
||||
@define-color on_background #dae4ec;
|
||||
|
||||
@define-color on_error #690005;
|
||||
|
||||
@define-color on_error_container #ffdad6;
|
||||
|
||||
@define-color on_primary #003732;
|
||||
|
||||
@define-color on_primary_container #73f8e6;
|
||||
|
||||
@define-color on_primary_fixed #00201c;
|
||||
|
||||
@define-color on_primary_fixed_variant #005048;
|
||||
|
||||
@define-color on_secondary #003732;
|
||||
|
||||
@define-color on_secondary_container #9ef2e5;
|
||||
|
||||
@define-color on_secondary_fixed #00201c;
|
||||
|
||||
@define-color on_secondary_fixed_variant #005048;
|
||||
|
||||
@define-color on_surface #dae4ec;
|
||||
|
||||
@define-color on_surface_variant #b6c9d8;
|
||||
|
||||
@define-color on_tertiary #00344a;
|
||||
|
||||
@define-color on_tertiary_container #c5e7ff;
|
||||
|
||||
@define-color on_tertiary_fixed #001e2d;
|
||||
|
||||
@define-color on_tertiary_fixed_variant #004c6a;
|
||||
|
||||
@define-color outline #8093a1;
|
||||
|
||||
@define-color outline_variant #374955;
|
||||
|
||||
@define-color primary #53dbca;
|
||||
|
||||
@define-color primary_container #005048;
|
||||
|
||||
@define-color primary_fixed #73f8e6;
|
||||
|
||||
@define-color primary_fixed_dim #53dbca;
|
||||
|
||||
@define-color scrim #000000;
|
||||
|
||||
@define-color secondary #82d5c9;
|
||||
|
||||
@define-color secondary_container #005048;
|
||||
|
||||
@define-color secondary_fixed #9ef2e5;
|
||||
|
||||
@define-color secondary_fixed_dim #82d5c9;
|
||||
|
||||
@define-color shadow #000000;
|
||||
|
||||
@define-color source_color #355b71;
|
||||
|
||||
@define-color surface #0b141a;
|
||||
|
||||
@define-color surface_bright #313a41;
|
||||
|
||||
@define-color surface_container #172127;
|
||||
|
||||
@define-color surface_container_high #222b31;
|
||||
|
||||
@define-color surface_container_highest #2d363c;
|
||||
|
||||
@define-color surface_container_low #131d23;
|
||||
|
||||
@define-color surface_container_lowest #060f15;
|
||||
|
||||
@define-color surface_dim #0b141a;
|
||||
|
||||
@define-color surface_tint #53dbca;
|
||||
|
||||
@define-color surface_variant #374955;
|
||||
|
||||
@define-color tertiary #90cef4;
|
||||
|
||||
@define-color tertiary_container #004c6a;
|
||||
|
||||
@define-color tertiary_fixed #c5e7ff;
|
||||
|
||||
@define-color tertiary_fixed_dim #90cef4;
|
||||
|
1
gtk-3.0/gtk.css
Normal file
1
gtk-3.0/gtk.css
Normal file
@@ -0,0 +1 @@
|
||||
@import 'colors.css';
|
101
gtk-4.0/colors.css
Normal file
101
gtk-4.0/colors.css
Normal file
@@ -0,0 +1,101 @@
|
||||
|
||||
@define-color background #0b141a;
|
||||
|
||||
@define-color error #ffb4ab;
|
||||
|
||||
@define-color error_container #93000a;
|
||||
|
||||
@define-color inverse_on_surface #283238;
|
||||
|
||||
@define-color inverse_primary #006a61;
|
||||
|
||||
@define-color inverse_surface #dae4ec;
|
||||
|
||||
@define-color on_background #dae4ec;
|
||||
|
||||
@define-color on_error #690005;
|
||||
|
||||
@define-color on_error_container #ffdad6;
|
||||
|
||||
@define-color on_primary #003732;
|
||||
|
||||
@define-color on_primary_container #73f8e6;
|
||||
|
||||
@define-color on_primary_fixed #00201c;
|
||||
|
||||
@define-color on_primary_fixed_variant #005048;
|
||||
|
||||
@define-color on_secondary #003732;
|
||||
|
||||
@define-color on_secondary_container #9ef2e5;
|
||||
|
||||
@define-color on_secondary_fixed #00201c;
|
||||
|
||||
@define-color on_secondary_fixed_variant #005048;
|
||||
|
||||
@define-color on_surface #dae4ec;
|
||||
|
||||
@define-color on_surface_variant #b6c9d8;
|
||||
|
||||
@define-color on_tertiary #00344a;
|
||||
|
||||
@define-color on_tertiary_container #c5e7ff;
|
||||
|
||||
@define-color on_tertiary_fixed #001e2d;
|
||||
|
||||
@define-color on_tertiary_fixed_variant #004c6a;
|
||||
|
||||
@define-color outline #8093a1;
|
||||
|
||||
@define-color outline_variant #374955;
|
||||
|
||||
@define-color primary #53dbca;
|
||||
|
||||
@define-color primary_container #005048;
|
||||
|
||||
@define-color primary_fixed #73f8e6;
|
||||
|
||||
@define-color primary_fixed_dim #53dbca;
|
||||
|
||||
@define-color scrim #000000;
|
||||
|
||||
@define-color secondary #82d5c9;
|
||||
|
||||
@define-color secondary_container #005048;
|
||||
|
||||
@define-color secondary_fixed #9ef2e5;
|
||||
|
||||
@define-color secondary_fixed_dim #82d5c9;
|
||||
|
||||
@define-color shadow #000000;
|
||||
|
||||
@define-color source_color #355b71;
|
||||
|
||||
@define-color surface #0b141a;
|
||||
|
||||
@define-color surface_bright #313a41;
|
||||
|
||||
@define-color surface_container #172127;
|
||||
|
||||
@define-color surface_container_high #222b31;
|
||||
|
||||
@define-color surface_container_highest #2d363c;
|
||||
|
||||
@define-color surface_container_low #131d23;
|
||||
|
||||
@define-color surface_container_lowest #060f15;
|
||||
|
||||
@define-color surface_dim #0b141a;
|
||||
|
||||
@define-color surface_tint #53dbca;
|
||||
|
||||
@define-color surface_variant #374955;
|
||||
|
||||
@define-color tertiary #90cef4;
|
||||
|
||||
@define-color tertiary_container #004c6a;
|
||||
|
||||
@define-color tertiary_fixed #c5e7ff;
|
||||
|
||||
@define-color tertiary_fixed_dim #90cef4;
|
||||
|
1
gtk-4.0/gtk.css
Normal file
1
gtk-4.0/gtk.css
Normal file
@@ -0,0 +1 @@
|
||||
@import 'colors.css';
|
188
hypr/colors.conf
188
hypr/colors.conf
@@ -1,151 +1,151 @@
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$background = rgba(101417ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$background = rgba(0b141aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$error = rgba(ffb4abff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$error_container = rgba(93000aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$inverse_on_surface = rgba(2d3135ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$inverse_on_surface = rgba(283238ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$inverse_primary = rgba(216487ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$inverse_primary = rgba(006a61ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$inverse_surface = rgba(dfe3e7ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$inverse_surface = rgba(dae4ecff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_background = rgba(dfe3e7ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_background = rgba(dae4ecff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_error = rgba(690005ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_error_container = rgba(ffdad6ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_primary = rgba(00344cff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_primary = rgba(003732ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_primary_container = rgba(c7e7ffff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_primary_container = rgba(73f8e6ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_primary_fixed = rgba(001e2eff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_primary_fixed = rgba(00201cff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_primary_fixed_variant = rgba(004c6cff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_primary_fixed_variant = rgba(005048ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_secondary = rgba(21323eff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_secondary = rgba(003732ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_secondary_container = rgba(d2e5f5ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_secondary_container = rgba(9ef2e5ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_secondary_fixed = rgba(0b1d29ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_secondary_fixed = rgba(00201cff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_secondary_fixed_variant = rgba(374955ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_secondary_fixed_variant = rgba(005048ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_surface = rgba(dfe3e7ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_surface = rgba(dae4ecff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_surface_variant = rgba(c1c7ceff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_surface_variant = rgba(b6c9d8ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_tertiary = rgba(342b4bff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_tertiary = rgba(00344aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_tertiary_container = rgba(e8ddffff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_tertiary_container = rgba(c5e7ffff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_tertiary_fixed = rgba(1e1635ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_tertiary_fixed = rgba(001e2dff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$on_tertiary_fixed_variant = rgba(4a4263ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$on_tertiary_fixed_variant = rgba(004c6aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$outline = rgba(8b9198ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$outline = rgba(8093a1ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$outline_variant = rgba(41484dff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$outline_variant = rgba(374955ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$primary = rgba(92cef5ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$primary = rgba(53dbcaff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$primary_container = rgba(004c6cff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$primary_container = rgba(005048ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$primary_fixed = rgba(c7e7ffff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$primary_fixed = rgba(73f8e6ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$primary_fixed_dim = rgba(92cef5ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$primary_fixed_dim = rgba(53dbcaff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$scrim = rgba(000000ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$secondary = rgba(b6c9d8ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$secondary = rgba(82d5c9ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$secondary_container = rgba(374955ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$secondary_container = rgba(005048ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$secondary_fixed = rgba(d2e5f5ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$secondary_fixed = rgba(9ef2e5ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$secondary_fixed_dim = rgba(b6c9d8ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$secondary_fixed_dim = rgba(82d5c9ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$shadow = rgba(000000ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$source_color = rgba(235e7eff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$source_color = rgba(355b71ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface = rgba(101417ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface = rgba(0b141aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_bright = rgba(353a3dff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_bright = rgba(313a41ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_container = rgba(1c2024ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_container = rgba(172127ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_container_high = rgba(262a2eff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_container_high = rgba(222b31ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_container_highest = rgba(313539ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_container_highest = rgba(2d363cff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_container_low = rgba(181c20ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_container_low = rgba(131d23ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_container_lowest = rgba(0a0f12ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_container_lowest = rgba(060f15ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_dim = rgba(101417ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_dim = rgba(0b141aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_tint = rgba(92cef5ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_tint = rgba(53dbcaff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$surface_variant = rgba(41484dff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$surface_variant = rgba(374955ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$tertiary = rgba(ccc1e9ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$tertiary = rgba(90cef4ff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$tertiary_container = rgba(4a4263ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$tertiary_container = rgba(004c6aff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$tertiary_fixed = rgba(e8ddffff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$tertiary_fixed = rgba(c5e7ffff)
|
||||
|
||||
$image = Pictures/bg.png
|
||||
$tertiary_fixed_dim = rgba(ccc1e9ff)
|
||||
$image = /home/pablusha/wallpapers/cloud.jpg
|
||||
$tertiary_fixed_dim = rgba(90cef4ff)
|
||||
|
||||
|
@@ -9,7 +9,7 @@ monitor = HDMI-A-1, 3240x2160, 1920x0, 2
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
$menu = wofi --show drun --normal-window
|
||||
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
@@ -37,7 +37,7 @@ layerrule = blur, wofi
|
||||
|
||||
# AUTOSTART
|
||||
|
||||
exec-once = waybar & hyprpaper & mako
|
||||
exec-once = waybar & swww-daemon & mako
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 22
|
||||
exec-once = wal -R
|
||||
|
||||
@@ -168,3 +168,4 @@ bind = , mouse:275, workspace, e-1
|
||||
bind = , mouse:276, workspace, e+1
|
||||
|
||||
bind = $mainMod SHIFT, S, exec, ~/.config/hypr/screenshot.sh
|
||||
bind = $mainMod, T, exec, ~/.config/hypr/wallpaper_selector.sh
|
||||
|
19
hypr/wallpaper.sh
Executable file
19
hypr/wallpaper.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
directory="/home/pablusha/wallpapers"
|
||||
|
||||
files=()
|
||||
while IFS= read -r -d $'\0' file; do
|
||||
if [ -f "$file" ]; then
|
||||
files+=("$file")
|
||||
fi
|
||||
done < <(find "$directory" -maxdepth 1 -type f -print0)
|
||||
|
||||
if [ ${#files[@]} -eq 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
random_file="${files[RANDOM % ${#files[@]}]}"
|
||||
swww img $random_file --transition-type wipe --transition-fps 60 --transition-angle 30 --transition-duration 1
|
||||
matugen image $random_file -t scheme-fruit-salad
|
||||
notify-send "wallpaper changed" $random_file
|
17
hypr/wallpaper_selector.sh
Executable file
17
hypr/wallpaper_selector.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$HOME/wallpapers"
|
||||
|
||||
FILES=($(find "$DIR" -type f \( -iname "*.jpg" -o -iname "*.png" -o -iname "*.jpeg" \) | sort -f | xargs -n1 basename))
|
||||
|
||||
SELECTED=$(printf '%s\n' "${FILES[@]}" | wofi --dmenu --prompt "choose wallpaper" --normal-window)
|
||||
|
||||
if [ -n "$SELECTED" ]; then
|
||||
FULLPATH="$DIR/$SELECTED"
|
||||
|
||||
# Применяем выбранный обои и делаем прочее
|
||||
swww img "$FULLPATH" --transition-type wipe --transition-fps 60 --transition-angle 30 --transition-duration 1
|
||||
matugen image "$FULLPATH" -t scheme-fruit-salad
|
||||
notify-send "wallpaper changed" "$FULLPATH"
|
||||
fi
|
||||
|
@@ -1,11 +1,11 @@
|
||||
cursor #dfe3e7
|
||||
cursor_text_color #c1c7ce
|
||||
cursor #dae4ec
|
||||
cursor_text_color #b6c9d8
|
||||
|
||||
foreground #dfe3e7
|
||||
background #101417
|
||||
selection_foreground #21323e
|
||||
selection_background #b6c9d8
|
||||
url_color #92cef5
|
||||
foreground #dae4ec
|
||||
background #0b141a
|
||||
selection_foreground #003732
|
||||
selection_background #82d5c9
|
||||
url_color #53dbca
|
||||
|
||||
# black
|
||||
color8 #262626
|
||||
@@ -24,7 +24,7 @@ color3 #aca98a
|
||||
color11 #c4c19e
|
||||
|
||||
# blue
|
||||
color4 #92cef5
|
||||
color4 #53dbca
|
||||
color12 #a39ec4
|
||||
|
||||
# magenta
|
||||
|
@@ -1,25 +0,0 @@
|
||||
foreground #dfe9ee
|
||||
background #222227
|
||||
cursor #dfe9ee
|
||||
|
||||
color0 #222227
|
||||
color8 #9ca3a6
|
||||
color1 #D6A59D
|
||||
color9 #D6A59D
|
||||
color2 #CFBDBB
|
||||
color10 #CFBDBB
|
||||
color3 #E9D3AE
|
||||
color11 #E9D3AE
|
||||
color4 #B6DAE5
|
||||
color12 #B6DAE5
|
||||
color5 #E1D7CD
|
||||
color13 #E1D7CD
|
||||
color6 #FAEDD9
|
||||
color14 #FAEDD9
|
||||
color7 #dfe9ee
|
||||
color15 #dfe9ee
|
||||
|
||||
background_opacity 0.9
|
||||
font_size 11.0
|
||||
confirm_os_window_close 0
|
||||
window_padding_width 10
|
@@ -1,5 +1,6 @@
|
||||
background-color=#222227
|
||||
background-color=#0b141a
|
||||
border-radius=4
|
||||
border-size=0
|
||||
anchor=top-center
|
||||
anchor=top-right
|
||||
default-timeout=2500
|
||||
|
||||
|
@@ -6,22 +6,27 @@ output_path = "~/.config/hypr/colors.conf"
|
||||
post_hook = "hyprctl reload"
|
||||
|
||||
[templates.kitty]
|
||||
input_path = 'kitty.conf'
|
||||
output_path = '~/.config/kitty/colors.conf'
|
||||
input_path = "kitty.conf"
|
||||
output_path = "~/.config/kitty/colors.conf"
|
||||
|
||||
[templates.waybar]
|
||||
input_path = 'colors.css'
|
||||
output_path = '~/.config/waybar/colors.css'
|
||||
post_hook = 'pkill -SIGUSR2 waybar'
|
||||
input_path = "colors.css"
|
||||
output_path = "~/.config/waybar/colors.css"
|
||||
post_hook = "pkill -SIGUSR2 waybar"
|
||||
|
||||
[templates.gtk3]
|
||||
input_path = 'colors.css'
|
||||
output_path = '~/.config/gtk-3.0/colors.css'
|
||||
input_path = "colors.css"
|
||||
output_path = "~/.config/gtk-3.0/colors.css"
|
||||
|
||||
[templates.gtk4]
|
||||
input_path = 'colors.css'
|
||||
output_path = '~/.config/gtk-4.0/colors.css'
|
||||
input_path = "colors.css"
|
||||
output_path = "~/.config/gtk-4.0/colors.css"
|
||||
|
||||
[templates.wofi]
|
||||
input_path = "colors.css"
|
||||
output_path = "~/.config/wofi/colors.css"
|
||||
|
||||
[templates.mako]
|
||||
input_path = "mako"
|
||||
output_path = "~/.config/mako/config"
|
||||
post_hook = "makoctl reload"
|
||||
|
6
matugen/mako
Normal file
6
matugen/mako
Normal file
@@ -0,0 +1,6 @@
|
||||
background-color={{ colors.surface.default.hex }}
|
||||
border-radius=4
|
||||
border-size=0
|
||||
anchor=top-right
|
||||
default-timeout=2500
|
||||
|
@@ -1,101 +1,101 @@
|
||||
|
||||
@define-color background #101417;
|
||||
@define-color background #0b141a;
|
||||
|
||||
@define-color error #ffb4ab;
|
||||
|
||||
@define-color error_container #93000a;
|
||||
|
||||
@define-color inverse_on_surface #2d3135;
|
||||
@define-color inverse_on_surface #283238;
|
||||
|
||||
@define-color inverse_primary #216487;
|
||||
@define-color inverse_primary #006a61;
|
||||
|
||||
@define-color inverse_surface #dfe3e7;
|
||||
@define-color inverse_surface #dae4ec;
|
||||
|
||||
@define-color on_background #dfe3e7;
|
||||
@define-color on_background #dae4ec;
|
||||
|
||||
@define-color on_error #690005;
|
||||
|
||||
@define-color on_error_container #ffdad6;
|
||||
|
||||
@define-color on_primary #00344c;
|
||||
@define-color on_primary #003732;
|
||||
|
||||
@define-color on_primary_container #c7e7ff;
|
||||
@define-color on_primary_container #73f8e6;
|
||||
|
||||
@define-color on_primary_fixed #001e2e;
|
||||
@define-color on_primary_fixed #00201c;
|
||||
|
||||
@define-color on_primary_fixed_variant #004c6c;
|
||||
@define-color on_primary_fixed_variant #005048;
|
||||
|
||||
@define-color on_secondary #21323e;
|
||||
@define-color on_secondary #003732;
|
||||
|
||||
@define-color on_secondary_container #d2e5f5;
|
||||
@define-color on_secondary_container #9ef2e5;
|
||||
|
||||
@define-color on_secondary_fixed #0b1d29;
|
||||
@define-color on_secondary_fixed #00201c;
|
||||
|
||||
@define-color on_secondary_fixed_variant #374955;
|
||||
@define-color on_secondary_fixed_variant #005048;
|
||||
|
||||
@define-color on_surface #dfe3e7;
|
||||
@define-color on_surface #dae4ec;
|
||||
|
||||
@define-color on_surface_variant #c1c7ce;
|
||||
@define-color on_surface_variant #b6c9d8;
|
||||
|
||||
@define-color on_tertiary #342b4b;
|
||||
@define-color on_tertiary #00344a;
|
||||
|
||||
@define-color on_tertiary_container #e8ddff;
|
||||
@define-color on_tertiary_container #c5e7ff;
|
||||
|
||||
@define-color on_tertiary_fixed #1e1635;
|
||||
@define-color on_tertiary_fixed #001e2d;
|
||||
|
||||
@define-color on_tertiary_fixed_variant #4a4263;
|
||||
@define-color on_tertiary_fixed_variant #004c6a;
|
||||
|
||||
@define-color outline #8b9198;
|
||||
@define-color outline #8093a1;
|
||||
|
||||
@define-color outline_variant #41484d;
|
||||
@define-color outline_variant #374955;
|
||||
|
||||
@define-color primary #92cef5;
|
||||
@define-color primary #53dbca;
|
||||
|
||||
@define-color primary_container #004c6c;
|
||||
@define-color primary_container #005048;
|
||||
|
||||
@define-color primary_fixed #c7e7ff;
|
||||
@define-color primary_fixed #73f8e6;
|
||||
|
||||
@define-color primary_fixed_dim #92cef5;
|
||||
@define-color primary_fixed_dim #53dbca;
|
||||
|
||||
@define-color scrim #000000;
|
||||
|
||||
@define-color secondary #b6c9d8;
|
||||
@define-color secondary #82d5c9;
|
||||
|
||||
@define-color secondary_container #374955;
|
||||
@define-color secondary_container #005048;
|
||||
|
||||
@define-color secondary_fixed #d2e5f5;
|
||||
@define-color secondary_fixed #9ef2e5;
|
||||
|
||||
@define-color secondary_fixed_dim #b6c9d8;
|
||||
@define-color secondary_fixed_dim #82d5c9;
|
||||
|
||||
@define-color shadow #000000;
|
||||
|
||||
@define-color source_color #235e7e;
|
||||
@define-color source_color #355b71;
|
||||
|
||||
@define-color surface #101417;
|
||||
@define-color surface #0b141a;
|
||||
|
||||
@define-color surface_bright #353a3d;
|
||||
@define-color surface_bright #313a41;
|
||||
|
||||
@define-color surface_container #1c2024;
|
||||
@define-color surface_container #172127;
|
||||
|
||||
@define-color surface_container_high #262a2e;
|
||||
@define-color surface_container_high #222b31;
|
||||
|
||||
@define-color surface_container_highest #313539;
|
||||
@define-color surface_container_highest #2d363c;
|
||||
|
||||
@define-color surface_container_low #181c20;
|
||||
@define-color surface_container_low #131d23;
|
||||
|
||||
@define-color surface_container_lowest #0a0f12;
|
||||
@define-color surface_container_lowest #060f15;
|
||||
|
||||
@define-color surface_dim #101417;
|
||||
@define-color surface_dim #0b141a;
|
||||
|
||||
@define-color surface_tint #92cef5;
|
||||
@define-color surface_tint #53dbca;
|
||||
|
||||
@define-color surface_variant #41484d;
|
||||
@define-color surface_variant #374955;
|
||||
|
||||
@define-color tertiary #ccc1e9;
|
||||
@define-color tertiary #90cef4;
|
||||
|
||||
@define-color tertiary_container #4a4263;
|
||||
@define-color tertiary_container #004c6a;
|
||||
|
||||
@define-color tertiary_fixed #e8ddff;
|
||||
@define-color tertiary_fixed #c5e7ff;
|
||||
|
||||
@define-color tertiary_fixed_dim #ccc1e9;
|
||||
@define-color tertiary_fixed_dim #90cef4;
|
||||
|
||||
|
@@ -1,101 +1,101 @@
|
||||
|
||||
@define-color background #101417;
|
||||
@define-color background #0b141a;
|
||||
|
||||
@define-color error #ffb4ab;
|
||||
|
||||
@define-color error_container #93000a;
|
||||
|
||||
@define-color inverse_on_surface #2d3135;
|
||||
@define-color inverse_on_surface #283238;
|
||||
|
||||
@define-color inverse_primary #216487;
|
||||
@define-color inverse_primary #006a61;
|
||||
|
||||
@define-color inverse_surface #dfe3e7;
|
||||
@define-color inverse_surface #dae4ec;
|
||||
|
||||
@define-color on_background #dfe3e7;
|
||||
@define-color on_background #dae4ec;
|
||||
|
||||
@define-color on_error #690005;
|
||||
|
||||
@define-color on_error_container #ffdad6;
|
||||
|
||||
@define-color on_primary #00344c;
|
||||
@define-color on_primary #003732;
|
||||
|
||||
@define-color on_primary_container #c7e7ff;
|
||||
@define-color on_primary_container #73f8e6;
|
||||
|
||||
@define-color on_primary_fixed #001e2e;
|
||||
@define-color on_primary_fixed #00201c;
|
||||
|
||||
@define-color on_primary_fixed_variant #004c6c;
|
||||
@define-color on_primary_fixed_variant #005048;
|
||||
|
||||
@define-color on_secondary #21323e;
|
||||
@define-color on_secondary #003732;
|
||||
|
||||
@define-color on_secondary_container #d2e5f5;
|
||||
@define-color on_secondary_container #9ef2e5;
|
||||
|
||||
@define-color on_secondary_fixed #0b1d29;
|
||||
@define-color on_secondary_fixed #00201c;
|
||||
|
||||
@define-color on_secondary_fixed_variant #374955;
|
||||
@define-color on_secondary_fixed_variant #005048;
|
||||
|
||||
@define-color on_surface #dfe3e7;
|
||||
@define-color on_surface #dae4ec;
|
||||
|
||||
@define-color on_surface_variant #c1c7ce;
|
||||
@define-color on_surface_variant #b6c9d8;
|
||||
|
||||
@define-color on_tertiary #342b4b;
|
||||
@define-color on_tertiary #00344a;
|
||||
|
||||
@define-color on_tertiary_container #e8ddff;
|
||||
@define-color on_tertiary_container #c5e7ff;
|
||||
|
||||
@define-color on_tertiary_fixed #1e1635;
|
||||
@define-color on_tertiary_fixed #001e2d;
|
||||
|
||||
@define-color on_tertiary_fixed_variant #4a4263;
|
||||
@define-color on_tertiary_fixed_variant #004c6a;
|
||||
|
||||
@define-color outline #8b9198;
|
||||
@define-color outline #8093a1;
|
||||
|
||||
@define-color outline_variant #41484d;
|
||||
@define-color outline_variant #374955;
|
||||
|
||||
@define-color primary #92cef5;
|
||||
@define-color primary #53dbca;
|
||||
|
||||
@define-color primary_container #004c6c;
|
||||
@define-color primary_container #005048;
|
||||
|
||||
@define-color primary_fixed #c7e7ff;
|
||||
@define-color primary_fixed #73f8e6;
|
||||
|
||||
@define-color primary_fixed_dim #92cef5;
|
||||
@define-color primary_fixed_dim #53dbca;
|
||||
|
||||
@define-color scrim #000000;
|
||||
|
||||
@define-color secondary #b6c9d8;
|
||||
@define-color secondary #82d5c9;
|
||||
|
||||
@define-color secondary_container #374955;
|
||||
@define-color secondary_container #005048;
|
||||
|
||||
@define-color secondary_fixed #d2e5f5;
|
||||
@define-color secondary_fixed #9ef2e5;
|
||||
|
||||
@define-color secondary_fixed_dim #b6c9d8;
|
||||
@define-color secondary_fixed_dim #82d5c9;
|
||||
|
||||
@define-color shadow #000000;
|
||||
|
||||
@define-color source_color #235e7e;
|
||||
@define-color source_color #355b71;
|
||||
|
||||
@define-color surface #101417;
|
||||
@define-color surface #0b141a;
|
||||
|
||||
@define-color surface_bright #353a3d;
|
||||
@define-color surface_bright #313a41;
|
||||
|
||||
@define-color surface_container #1c2024;
|
||||
@define-color surface_container #172127;
|
||||
|
||||
@define-color surface_container_high #262a2e;
|
||||
@define-color surface_container_high #222b31;
|
||||
|
||||
@define-color surface_container_highest #313539;
|
||||
@define-color surface_container_highest #2d363c;
|
||||
|
||||
@define-color surface_container_low #181c20;
|
||||
@define-color surface_container_low #131d23;
|
||||
|
||||
@define-color surface_container_lowest #0a0f12;
|
||||
@define-color surface_container_lowest #060f15;
|
||||
|
||||
@define-color surface_dim #101417;
|
||||
@define-color surface_dim #0b141a;
|
||||
|
||||
@define-color surface_tint #92cef5;
|
||||
@define-color surface_tint #53dbca;
|
||||
|
||||
@define-color surface_variant #41484d;
|
||||
@define-color surface_variant #374955;
|
||||
|
||||
@define-color tertiary #ccc1e9;
|
||||
@define-color tertiary #90cef4;
|
||||
|
||||
@define-color tertiary_container #4a4263;
|
||||
@define-color tertiary_container #004c6a;
|
||||
|
||||
@define-color tertiary_fixed #e8ddff;
|
||||
@define-color tertiary_fixed #c5e7ff;
|
||||
|
||||
@define-color tertiary_fixed_dim #ccc1e9;
|
||||
@define-color tertiary_fixed_dim #90cef4;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import url("colors.css");
|
||||
@import "colors.css";
|
||||
|
||||
* {
|
||||
all:unset;
|
||||
|
Reference in New Issue
Block a user