Compare commits

...

3 Commits

Author SHA1 Message Date
Joshua Perry 8fbcf19e96 themeing; updates 2023-07-07 22:48:01 +00:00
Joshua Perry e7d5575f75 added filebrowser to rofi 2023-07-07 20:06:15 +00:00
Joshua Perry 5adbd7673e rofi stayfocused 2023-07-07 19:56:53 +00:00
7 changed files with 48 additions and 10 deletions

View File

@ -9,7 +9,11 @@ source = ~/.config/hypr/prefs/startup.conf
# Execute your favorite apps at launch
exec-once = $authentication_agent & $wallpaper_manager & $notification_manager & $widgets
# Environment Variables
env = XCURSOR_SIZE,24
env = WLR_NO_HARDWARE_CURSORS,1
env = QT_QPA_PLATFORMTHEME,qt6ct
env = QT_QPA_PLATFORM,wayland
input {
kb_layout = $keyboard_layout
@ -80,6 +84,8 @@ gestures {
workspace_swipe = off
}
windowrulev2 = stayfocused,class:^(Rofi)$
bind = $open_terminal, exec, $terminal_emulator
bind = $close_window, killactive,
bind = $exit_hyprland, exit,
@ -112,4 +118,3 @@ bind = $mainMod, down, movefocus, d
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
env = WLR_NO_HARDWARE_CURSORS,1

View File

@ -1,4 +1,2 @@
source = ~/.config/hypr/prefs/settings.conf
preload = ~/.config/hypr/wallpapers/bg.jpg
wallpaper = $monitor_name,~/.config/hypr/wallpapers/bg.jpg
wallpaper = ,~/.config/hypr/wallpapers/bg.jpg

32
.config/qt5ct/qt5ct.conf Normal file
View File

@ -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()

View File

@ -1,9 +1,10 @@
configuration {
show-icons: true;
modi: "drun";
drun-display-format: "{name}";
modi: "combi";
combi-display-format: "{generic}";
cycle: true;
display-drun: ">>> ";
combi-modi: "drun,filebrowser";
display-combi: ">>> ";
}
* {

View File

@ -1,5 +1,5 @@
TITLE="/home/r0r5chach/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
ART="/home/r0r5chach/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
TITLE="/home/$USER/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
ART="/home/$USER/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
print() {
for (( i=0; i<${#1}; i++ )); do

View File

@ -30,7 +30,7 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
Color
#NoProgressBar
CheckSpace
#VerbosePkgLists

View File

@ -0,0 +1,2 @@
[Icon Theme]
Inherits=Layan-cursors