themeing; updates
This commit is contained in:
parent
e7d5575f75
commit
8fbcf19e96
|
|
@ -9,7 +9,11 @@ source = ~/.config/hypr/prefs/startup.conf
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = $authentication_agent & $wallpaper_manager & $notification_manager & $widgets
|
exec-once = $authentication_agent & $wallpaper_manager & $notification_manager & $widgets
|
||||||
|
|
||||||
|
# Environment Variables
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
|
env = QT_QPA_PLATFORM,wayland
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = $keyboard_layout
|
kb_layout = $keyboard_layout
|
||||||
|
|
@ -114,4 +118,3 @@ bind = $mainMod, down, movefocus, d
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,2 @@
|
||||||
source = ~/.config/hypr/prefs/settings.conf
|
|
||||||
|
|
||||||
preload = ~/.config/hypr/wallpapers/bg.jpg
|
preload = ~/.config/hypr/wallpapers/bg.jpg
|
||||||
wallpaper = $monitor_name,~/.config/hypr/wallpapers/bg.jpg
|
wallpaper = ,~/.config/hypr/wallpapers/bg.jpg
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,32 @@
|
||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/color-schemes/Sweet.colors
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=BeautyLine
|
||||||
|
standard_dialogs=default
|
||||||
|
style=Breeze
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="OpenDyslexic Nerd Font,12,-1,5,75,0,0,0,0,0,Bold"
|
||||||
|
general="OpenDyslexic Nerd Font,12,-1,5,75,0,0,0,0,0,Bold"
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
underline_shortcut=1
|
||||||
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x3\x33\0\0\0\0\x2\x4\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
||||||
|
|
@ -30,7 +30,7 @@ Architecture = auto
|
||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
#Color
|
Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
CheckSpace
|
CheckSpace
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
[Icon Theme]
|
||||||
|
Inherits=Layan-cursors
|
||||||
Loading…
Reference in New Issue