feat: made config simpler
This commit is contained in:
parent
e6c2296749
commit
59a884c69b
|
@ -1,15 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<actions>
|
|
||||||
<action>
|
|
||||||
<icon>utilities-terminal</icon>
|
|
||||||
<name>Open Terminal Here</name>
|
|
||||||
<submenu></submenu>
|
|
||||||
<unique-id>1720601290633065-1</unique-id>
|
|
||||||
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
|
||||||
<description>Example for a custom action</description>
|
|
||||||
<range></range>
|
|
||||||
<patterns>*</patterns>
|
|
||||||
<startup-notify/>
|
|
||||||
<directories/>
|
|
||||||
</action>
|
|
||||||
</actions>
|
|
Binary file not shown.
|
@ -1,17 +0,0 @@
|
||||||
[Settings]
|
|
||||||
gtk-theme-name=catppuccin-mocha-teal-standard+default
|
|
||||||
gtk-icon-theme-name=Adwaita
|
|
||||||
gtk-font-name=Cantarell 11
|
|
||||||
gtk-cursor-theme-name=Adwaita
|
|
||||||
gtk-cursor-theme-size=24
|
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
||||||
gtk-button-images=0
|
|
||||||
gtk-menu-images=0
|
|
||||||
gtk-enable-event-sounds=1
|
|
||||||
gtk-enable-input-feedback-sounds=0
|
|
||||||
gtk-xft-antialias=1
|
|
||||||
gtk-xft-hinting=1
|
|
||||||
gtk-xft-hintstyle=hintslight
|
|
||||||
gtk-xft-rgba=rgb
|
|
||||||
gtk-application-prefer-dark-theme=0
|
|
|
@ -10,6 +10,7 @@ $term = alacritty
|
||||||
$volume = $scriptsDir/volume
|
$volume = $scriptsDir/volume
|
||||||
$screenshot = $scriptsDir/screensht
|
$screenshot = $scriptsDir/screensht
|
||||||
$colorpicker = $scriptsDir/colorpicker
|
$colorpicker = $scriptsDir/colorpicker
|
||||||
|
$wallcmd = $scriptsDir/randwall.sh
|
||||||
$files = thunar
|
$files = thunar
|
||||||
$browser = brave
|
$browser = brave
|
||||||
|
|
||||||
|
@ -24,6 +25,7 @@ bind = SUPERSHIFT, S, exec, $screenshot area
|
||||||
# █▀▄▀█ █ █▀ █▀▀
|
# █▀▄▀█ █ █▀ █▀▀
|
||||||
# █░▀░█ █ ▄█ █▄▄
|
# █░▀░█ █ ▄█ █▄▄
|
||||||
bind = SUPER SHIFT, X, exec, $colorpicker
|
bind = SUPER SHIFT, X, exec, $colorpicker
|
||||||
|
bind = CTRL ALT, R, exec, $wallcmd
|
||||||
bind = CTRL ALT, L, exec, swaylock
|
bind = CTRL ALT, L, exec, swaylock
|
||||||
bind = SUPER, T, exec, $term
|
bind = SUPER, T, exec, $term
|
||||||
bind = SUPER, E, exec, $files
|
bind = SUPER, E, exec, $files
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#/bin/bash
|
|
||||||
swww img `find $wallpaper_path -type f | shuf -n 1` --transition-type any --transition-fps 60
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#/bin/bash
|
||||||
|
swww img `find -L $wallpaper_path -type f | shuf -n 1` --transition-type any --transition-fps 60
|
|
@ -6,6 +6,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
|
||||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
|
||||||
exec-once = wlsunset -t 5200 -S 9:00 -s 19:30 # NightLight from 7.30pm to 9am
|
exec-once = wlsunset -t 5200 -S 9:00 -s 19:30 # NightLight from 7.30pm to 9am
|
||||||
exec-once = systemctl --user restart pipewire # Restart pipewire to avoid bugs
|
exec-once = systemctl --user restart pipewire # Restart pipewire to avoid bugs
|
||||||
|
exec-once=hyprctl setcursor MacOS-Pixel-vr4 20
|
||||||
exec-once = waybar # launch the system panel
|
exec-once = waybar # launch the system panel
|
||||||
exec-once = dunst # start notification demon
|
exec-once = dunst # start notification demon
|
||||||
exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
|
exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
[Source-applicationVersion]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-locale]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-places]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-platform]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-qtVersion]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-screens]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-settings]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-startCount]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[Source-usageTime]
|
|
||||||
dataSourceCommonSettings\activeState=true
|
|
||||||
|
|
||||||
[UserFeedback]
|
|
||||||
ApplicationStartCount=2
|
|
||||||
ApplicationTime=792
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="thunar" version="1.0">
|
|
||||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
|
||||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
|
||||||
<property name="last-window-maximized" type="bool" value="true"/>
|
|
||||||
<property name="last-show-hidden" type="bool" value="true"/>
|
|
||||||
</channel>
|
|
|
@ -1,9 +0,0 @@
|
||||||
Net/ThemeName "catppuccin-mocha-teal-standard+default"
|
|
||||||
Net/IconThemeName "Adwaita"
|
|
||||||
Gtk/CursorThemeName "Adwaita"
|
|
||||||
Net/EnableEventSounds 1
|
|
||||||
EnableInputFeedbackSounds 0
|
|
||||||
Xft/Antialias 1
|
|
||||||
Xft/Hinting 1
|
|
||||||
Xft/HintStyle "hintslight"
|
|
||||||
Xft/RGBA "rgb"
|
|
|
@ -1,4 +1,4 @@
|
||||||
.config/WebCord
|
*
|
||||||
.config/BraveSoftware
|
!.config/nvim
|
||||||
.config/spicetify
|
!.config/hypr
|
||||||
.config/google-chrome
|
!.config/waybar
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 384 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 347 KiB |
Loading…
Reference in New Issue