Initial commit

This commit is contained in:
end-4
2023-12-25 18:16:14 +07:00
commit 16b0d77075
174 changed files with 18893 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(5529a5FF)
col.inactive_border = rgba(4b4358AA)
}
plugin {
droidbars {
# example config
bar_height = 30
background_color = rgba(1d1b1fFF)
# background_color_active = rgba(49454fFF) # Not added yet
text_color = rgba(e9def8FF)
font_family = Lexend
button_font_fmily = JetBrainsMono Nerd Font
# example buttons (R -> L)
# droidbars-button = [0]isLeft(0/1), [1]color, [2]color2, [3]width, [4]height, [5]icon, [6]buttonType, [7]on-click
droidbars-button = 0, rgba(e9def8FF), rgba(d3bbffFF), 42, 16, 󰖭, normal, hyprctl dispatch killactive
droidbars-button = 0, rgba(e9def8FF), rgba(d3bbffFF), 42, 16, , normal, hyprctl dispatch fullscreen 1
droidbars-button = 1, rgba(e9def8FF), rgba(d3bbffFF), 16, 16,‎󰐃, pin, hyprctl dispatch pin
droidbars-button = 1, rgba(e9def8FF), rgba(d3bbffFF), 16, 16,󰗘, float, hyprctl dispatch togglefloating
}
}