forked from Shinonome/dots-hyprland
update hyprland and swaylock
This commit is contained in:
+19
-18
@@ -1,43 +1,44 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
$SLURP_COMMAND="$(slurp -d -c f8daeeBB -b 55405044 -s 00000000)"
|
||||
|
||||
general {
|
||||
col.active_border = rgba(3d1c70FF)
|
||||
col.inactive_border = rgba(4b4358CC)
|
||||
col.active_border = rgba(551251FF)
|
||||
col.inactive_border = rgba(554050CC)
|
||||
}
|
||||
|
||||
plugin {
|
||||
droidbars {
|
||||
droidbars { # This is my hyprbars mod that broke :(
|
||||
# example config
|
||||
bar_height = 30
|
||||
background_color = rgba(111012FF)
|
||||
# background_color_active = rgba(49454eFF) # Not added yet
|
||||
text_color = rgba(eadef7FF)
|
||||
font_family = Lexend
|
||||
background_color = rgba(120F11FF)
|
||||
# background_color_active = rgba(4e444bFF) # Not added yet
|
||||
text_color = rgba(f8daeeFF)
|
||||
font_family = Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif
|
||||
button_font_fmily = JetBrainsMono NF
|
||||
|
||||
# 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(eadef7FF), rgba(d6baffFF), 42, 16, , normal, hyprctl dispatch killactive
|
||||
droidbars-button = 0, rgba(eadef7FF), rgba(d6baffFF), 42, 16, , normal, hyprctl dispatch fullscreen 1
|
||||
droidbars-button = 1, rgba(eadef7FF), rgba(d6baffFF), 16, 16,, pin, hyprctl dispatch pin
|
||||
droidbars-button = 1, rgba(eadef7FF), rgba(d6baffFF), 16, 16,, float, hyprctl dispatch togglefloating
|
||||
droidbars-button = 0, rgba(f8daeeFF), rgba(ffabf1FF), 42, 16, , normal, hyprctl dispatch killactive
|
||||
droidbars-button = 0, rgba(f8daeeFF), rgba(ffabf1FF), 42, 16, , normal, hyprctl dispatch fullscreen 1
|
||||
droidbars-button = 1, rgba(f8daeeFF), rgba(ffabf1FF), 16, 16,, pin, hyprctl dispatch pin
|
||||
droidbars-button = 1, rgba(f8daeeFF), rgba(ffabf1FF), 16, 16,, float, hyprctl dispatch togglefloating
|
||||
}
|
||||
hyprbars {
|
||||
# Honestly idk if it works like css, but well, why not
|
||||
bar_text_font = Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif
|
||||
bar_text_font = Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif
|
||||
bar_height = 30
|
||||
bar_padding = 10
|
||||
bar_button_padding = 5
|
||||
bar_precedence_over_border = true
|
||||
bar_part_of_window = true
|
||||
|
||||
bar_color = rgb(111012)
|
||||
col.text = rgb(e7e1e6)
|
||||
bar_color = rgb(120F11)
|
||||
col.text = rgb(eae0e4)
|
||||
|
||||
|
||||
# example buttons (R -> L)
|
||||
# hyprbars-button = color, size, on-click
|
||||
hyprbars-button = rgb(e7e1e6), 13, , hyprctl dispatch killactive
|
||||
hyprbars-button = rgb(e7e1e6), 13, , hyprctl dispatch fullscreen 1
|
||||
hyprbars-button = rgb(e7e1e6), 13, , hyprctl dispatch movetoworkspacesilent special
|
||||
hyprbars-button = rgb(eae0e4), 13, , hyprctl dispatch killactive
|
||||
hyprbars-button = rgb(eae0e4), 13, , hyprctl dispatch fullscreen 1
|
||||
hyprbars-button = rgb(eae0e4), 13, , hyprctl dispatch movetoworkspacesilent special
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user