dotfiles for nitro5
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<VeraCrypt>
|
||||||
|
<configuration>
|
||||||
|
<config key="BackgroundTaskEnabled">1</config>
|
||||||
|
<config key="BackgroundTaskMenuDismountItemsEnabled">1</config>
|
||||||
|
<config key="BackgroundTaskMenuMountItemsEnabled">1</config>
|
||||||
|
<config key="BackgroundTaskMenuOpenItemsEnabled">1</config>
|
||||||
|
<config key="BeepAfterHotkeyMountDismount">0</config>
|
||||||
|
<config key="CachePasswords">0</config>
|
||||||
|
<config key="CloseBackgroundTaskOnNoVolumes">1</config>
|
||||||
|
<config key="CloseExplorerWindowsOnDismount">1</config>
|
||||||
|
<config key="CloseSecurityTokenSessionsAfterMount">0</config>
|
||||||
|
<config key="EMVSupportEnabled">0</config>
|
||||||
|
<config key="DisableKernelEncryptionModeWarning">0</config>
|
||||||
|
<config key="DismountOnInactivity">0</config>
|
||||||
|
<config key="DismountOnLogOff">1</config>
|
||||||
|
<config key="DismountOnPowerSaving">0</config>
|
||||||
|
<config key="DismountOnScreenSaver">0</config>
|
||||||
|
<config key="DisplayMessageAfterHotkeyDismount">0</config>
|
||||||
|
<config key="BackgroundTaskEnabled">1</config>
|
||||||
|
<config key="ForceAutoDismount">1</config>
|
||||||
|
<config key="LastSelectedSlotNumber">0</config>
|
||||||
|
<config key="MaxVolumeIdleTime">60</config>
|
||||||
|
<config key="MountDevicesOnLogon">0</config>
|
||||||
|
<config key="MountFavoritesOnLogon">0</config>
|
||||||
|
<config key="MountVolumesReadOnly">0</config>
|
||||||
|
<config key="MountVolumesRemovable">0</config>
|
||||||
|
<config key="NoHardwareCrypto">0</config>
|
||||||
|
<config key="NoKernelCrypto">0</config>
|
||||||
|
<config key="OpenExplorerWindowAfterMount">0</config>
|
||||||
|
<config key="PreserveTimestamps">1</config>
|
||||||
|
<config key="SaveHistory">0</config>
|
||||||
|
<config key="StartOnLogon">0</config>
|
||||||
|
<config key="UseKeyfiles">0</config>
|
||||||
|
<config key="WipeCacheOnAutoDismount">1</config>
|
||||||
|
<config key="WipeCacheOnClose">0</config>
|
||||||
|
<config key="DefaultPRF">autodetection</config>
|
||||||
|
</configuration>
|
||||||
|
</VeraCrypt>
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
/dev/dri/pci-0000:01:00.0-card
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Autostart
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
# Start Polkit
|
||||||
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
|
# Load Dunst Notification Manager
|
||||||
|
exec-once = dunst
|
||||||
|
|
||||||
|
# Using hypridle to start hyprlock
|
||||||
|
exec-once = hypridle
|
||||||
|
|
||||||
|
# Load hyprpaper
|
||||||
|
exec-once = hyprpaper
|
||||||
|
|
||||||
|
# Load waybar
|
||||||
|
exec-once = waybar
|
||||||
|
|
||||||
|
# Load network manager applet
|
||||||
|
# START NM APPLET
|
||||||
|
exec-once = nm-applet --indicator
|
||||||
|
# END NM APPLET
|
||||||
|
|
||||||
|
# Start gnome-keyring
|
||||||
|
exec-once = gnome-keyring
|
||||||
|
|
||||||
|
# Load cliphist history
|
||||||
|
exec-once = wl-paste --watch cliphist store
|
||||||
|
|
||||||
|
# Set XCURSOR
|
||||||
|
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'
|
||||||
|
|
||||||
|
#set Hyprcursor
|
||||||
|
exec-once = hyprctl setcursor Bibata-Modern-Classic 20
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
source = ~/.config/hypr/conf/monitors/nitro5.conf
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "1024x768"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor = ,1024x768,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "1280x720"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,1280x720,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "1366x768"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,1366x768,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "1440x1080"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,1440x1080,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "1920x1080"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,1920x1080,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "1920x1200"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,1920x1200,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "2560x1440"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,2560x1440,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "2560x1440@120"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,2560x1440@120,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "3440x1440"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,3440x1440,auto,1
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Highres"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,preferred,auto,1
|
||||||
|
monitor=HDMI-A-1,highres,auto,1
|
||||||
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Default"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,preferred,auto,1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Highres"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,highres,auto,1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Default"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
#monitor=eDP-1,1920x1080@144,0x0,1
|
||||||
|
monitor=,highrr,auto,1
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
# _ _ _ _
|
||||||
|
# | |__ _ _ _ __ _ __(_) __| | | ___
|
||||||
|
# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \
|
||||||
|
# | | | | |_| | |_) | | | | (_| | | __/
|
||||||
|
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
|
||||||
|
# |___/|_|
|
||||||
|
#
|
||||||
|
|
||||||
|
general {
|
||||||
|
ignore_dbus_inhibit = false
|
||||||
|
}
|
||||||
|
|
||||||
|
# Screenlock
|
||||||
|
listener {
|
||||||
|
# HYPRLOCK TIMEOUT
|
||||||
|
timeout = 330
|
||||||
|
# HYPRLOCK ONTIMEOUT
|
||||||
|
on-timeout = hyprlock
|
||||||
|
}
|
||||||
|
|
||||||
|
# screen brightness
|
||||||
|
listener {
|
||||||
|
timeout = 300 # 5 min.
|
||||||
|
on-timeout = brightnessctl -s set 10
|
||||||
|
on-resume = brightnessctl -r
|
||||||
|
}
|
||||||
|
|
||||||
|
# dpms
|
||||||
|
listener {
|
||||||
|
# DPMS TIMEOUT
|
||||||
|
timeout = 360
|
||||||
|
# DPMS ONTIMEOUT
|
||||||
|
on-timeout = hyprctl dispatch dpms off
|
||||||
|
# DPMS ONRESUME
|
||||||
|
on-resume = hyprctl dispatch dpms on
|
||||||
|
}
|
||||||
|
|
||||||
|
listener {
|
||||||
|
timeout = 900 # 15min
|
||||||
|
on-timeout = systemctl suspend # suspend pc
|
||||||
|
}
|
||||||
@@ -0,0 +1,245 @@
|
|||||||
|
# _ _ _ _
|
||||||
|
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
||||||
|
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
||||||
|
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
||||||
|
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
||||||
|
# |___/|_|
|
||||||
|
#
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor
|
||||||
|
# -----------------------------------------------------
|
||||||
|
source = ~/.config/hypr/conf/monitor.conf
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# Autostart
|
||||||
|
# -----------------------------------------------------
|
||||||
|
source = ~/.config/hypr/conf/autostart.conf
|
||||||
|
# Source a file (multi-file configs)
|
||||||
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|
||||||
|
# Set programs that you use
|
||||||
|
$terminal = kitty
|
||||||
|
$fileManager = nemo
|
||||||
|
$menu = rofi --show drun
|
||||||
|
|
||||||
|
# Some default env vars.
|
||||||
|
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||||
|
env = XCURSOR_SIZE,20
|
||||||
|
env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
|
||||||
|
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
|
||||||
|
env = HYPRCURSOR_SIZE,20
|
||||||
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
|
input {
|
||||||
|
kb_layout = us
|
||||||
|
kb_variant =
|
||||||
|
kb_model =
|
||||||
|
kb_options =
|
||||||
|
kb_rules =
|
||||||
|
|
||||||
|
follow_mouse = 1
|
||||||
|
|
||||||
|
touchpad {
|
||||||
|
natural_scroll = yes
|
||||||
|
disable_while_typing = true
|
||||||
|
middle_button_emulation = true
|
||||||
|
}
|
||||||
|
|
||||||
|
sensitivity = 0.25 # -1.0 to 1.0, 0 means no modification.
|
||||||
|
numlock_by_default = true
|
||||||
|
accel_profile = adaptive
|
||||||
|
}
|
||||||
|
|
||||||
|
general {
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
|
gaps_in = 2
|
||||||
|
gaps_out = 5
|
||||||
|
border_size = 1
|
||||||
|
col.active_border = rgba(33ccffee)
|
||||||
|
col.inactive_border = rgba(595959aa)
|
||||||
|
layout = dwindle
|
||||||
|
|
||||||
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||||
|
allow_tearing = true
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
|
rounding = 7
|
||||||
|
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
xray = 1
|
||||||
|
new_optimizations = true
|
||||||
|
noise = 0
|
||||||
|
popups = true
|
||||||
|
}
|
||||||
|
|
||||||
|
drop_shadow = yes
|
||||||
|
shadow_range = 4
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = rgba(1a1a1aee)
|
||||||
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = yes
|
||||||
|
|
||||||
|
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
|
||||||
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
bezier = overshot,0.05,0.9,0.1,1.1
|
||||||
|
bezier = easeinoutcirc,0.85, 0, 0.15, 1
|
||||||
|
bezier = easeinoutquad,0.11, 0, 0.5, 0
|
||||||
|
animation = windows, 1, 7, myBezier
|
||||||
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
|
animation = border, 1, 10, default
|
||||||
|
animation = borderangle, 1, 8, default
|
||||||
|
animation = fade, 1, 7, default
|
||||||
|
animation = workspaces, 1, 2, default,
|
||||||
|
}
|
||||||
|
|
||||||
|
dwindle {
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
|
preserve_split = yes # you probably want this
|
||||||
|
}
|
||||||
|
|
||||||
|
master {
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||||
|
new_is_master = true
|
||||||
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
workspace_swipe = on
|
||||||
|
workspace_swipe_fingers = 3
|
||||||
|
workspace_swipe_distance = 150
|
||||||
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
allow_session_lock_restore = true
|
||||||
|
}
|
||||||
|
|
||||||
|
# Example per-device config
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||||
|
device {
|
||||||
|
name = epic-mouse-v1
|
||||||
|
sensitivity = -0.5
|
||||||
|
}
|
||||||
|
|
||||||
|
# Example windowrule v1
|
||||||
|
# windowrule = float, ^(kitty)$
|
||||||
|
# Example windowrule v2
|
||||||
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||||
|
windowrulev2 = opacity 0.95,class:^(nemo)
|
||||||
|
layerrule = blur, rofi
|
||||||
|
layerrule = blur, waybar
|
||||||
|
layerrule = xray[0], rofi
|
||||||
|
layerrule = xray[0], waybar
|
||||||
|
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
$mainMod = SUPER
|
||||||
|
|
||||||
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
|
bind = $mainMod, Q, exec, $terminal
|
||||||
|
bind = $mainMod, C, killactive,
|
||||||
|
bind = $mainMod, M, exit,
|
||||||
|
bind = $mainMod, E, exec, $fileManager
|
||||||
|
bind = $mainMod, V, togglefloating,
|
||||||
|
bind = $mainMod, R, exec, $menu
|
||||||
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
bind = $mainMod, B, exec, firefox
|
||||||
|
bind = $mainMod SHIFT, B, exec, firefox --private-window
|
||||||
|
bind = ALT, F, exec, protonvpn-cli c -f
|
||||||
|
bind = ALT, R, exec, protonvpn-cli c -r
|
||||||
|
bind = ALT, D, exec, protonvpn-cli d
|
||||||
|
|
||||||
|
# Move focus with mainMod + arrow keys
|
||||||
|
bind = $mainMod, left, movefocus, l
|
||||||
|
bind = $mainMod, right, movefocus, r
|
||||||
|
bind = ALT, Tab, cyclenext,
|
||||||
|
bind = ALT, Tab, bringactivetotop,
|
||||||
|
bind = $mainMod, up, movefocus, u
|
||||||
|
bind = $mainMod, down, movefocus, d
|
||||||
|
bind = $mainMod, F, fullscreen, 1
|
||||||
|
bind = $mainMod SHIFT, F, fullscreen, 0
|
||||||
|
bind = $mainMod CTRL, F, fakefullscreen
|
||||||
|
bind = $mainMod, L, exec, hyprlock
|
||||||
|
bind = CTRL ALT, S , exec, systemctl suspend; hyprlock
|
||||||
|
|
||||||
|
# Switch workspaces with mainMod + [0-9]
|
||||||
|
bind = $mainMod, A, workspace, 1
|
||||||
|
bind = $mainMod, S, workspace, 2
|
||||||
|
bind = $mainMod, Z, workspace, 3
|
||||||
|
bind = $mainMod, X, workspace, 4
|
||||||
|
bind = $mainMod, 5, workspace, 5
|
||||||
|
bind = $mainMod, 6, workspace, 6
|
||||||
|
bind = $mainMod, 7, workspace, 7
|
||||||
|
bind = $mainMod, 8, workspace, 8
|
||||||
|
bind = $mainMod, 9, workspace, 9
|
||||||
|
bind = $mainMod, 0, workspace, 10
|
||||||
|
|
||||||
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||||
|
bind = $mainMod SHIFT, A, movetoworkspace, 1
|
||||||
|
bind = $mainMod SHIFT, S, movetoworkspace, 2
|
||||||
|
bind = $mainMod SHIFT, Z, movetoworkspace, 3
|
||||||
|
bind = $mainMod SHIFT, X, movetoworkspace, 4
|
||||||
|
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||||
|
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||||
|
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||||
|
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||||
|
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
|
# Example special workspace (scratchpad)
|
||||||
|
bind = $mainMod, T, togglespecialworkspace, magic
|
||||||
|
bind = $mainMod SHIFT, T, movetoworkspace, special:magic
|
||||||
|
|
||||||
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
|
# Media Key binds
|
||||||
|
# Example volume button that allows press and hold, volume limited to 150%
|
||||||
|
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|
||||||
|
# Example volume button that will activate even while an input inhibitor is active
|
||||||
|
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
||||||
|
# Mute
|
||||||
|
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
|
|
||||||
|
# rofi
|
||||||
|
# Start rofi opens rofi on first press, closes it on second
|
||||||
|
bindr=SUPER, SUPER_L, exec, pkill rofi || rofi -show drun
|
||||||
|
bind = SUPER, U, exec, rofi -show filebrowser
|
||||||
|
|
||||||
|
# Backlight
|
||||||
|
# Keyboard backlight
|
||||||
|
bindel = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
|
||||||
|
bindel = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-
|
||||||
|
|
||||||
|
# Fan control
|
||||||
|
bind = CTRL ALT, L, exec, nbfc set -f 0 1 -s 30
|
||||||
|
bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100
|
||||||
|
bind = ALT, P, exec, nbfc set -f 0 1 -a
|
||||||
|
|
||||||
|
# Debug
|
||||||
|
#debug{
|
||||||
|
# overlay = true
|
||||||
|
#}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
# _ _ _
|
||||||
|
# | |__ _ _ _ __ _ __| | ___ ___| | __
|
||||||
|
# | '_ \| | | | '_ \| '__| |/ _ \ / __| |/ /
|
||||||
|
# | | | | |_| | |_) | | | | (_) | (__| <
|
||||||
|
# |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\
|
||||||
|
# |___/|_|
|
||||||
|
#
|
||||||
|
|
||||||
|
background {
|
||||||
|
monitor =
|
||||||
|
path = $HOME/.config/.wallpaper/rdr2.png # only png supported for now
|
||||||
|
}
|
||||||
|
|
||||||
|
input-field {
|
||||||
|
monitor =
|
||||||
|
size = 200, 50
|
||||||
|
outline_thickness = 3
|
||||||
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||||
|
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||||
|
dots_center = true
|
||||||
|
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||||
|
outer_color = rgb(151515)
|
||||||
|
inner_color = rgb(200, 200, 200)
|
||||||
|
font_color = rgb(10, 10, 10)
|
||||||
|
fade_on_empty = true
|
||||||
|
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||||
|
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||||
|
hide_input = false
|
||||||
|
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||||
|
check_color = rgb(204, 136, 34)
|
||||||
|
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
||||||
|
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
|
||||||
|
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
||||||
|
capslock_color = -1
|
||||||
|
numlock_color = -1
|
||||||
|
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
|
||||||
|
invert_numlock = false # change color if numlock is off
|
||||||
|
swap_font_color = false # see below
|
||||||
|
position = 0, -20
|
||||||
|
halign = center
|
||||||
|
valign = bottom
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = cmd[update:1000] echo "$TIME"
|
||||||
|
color = rgba(200, 200, 200, 1.0)
|
||||||
|
font_size = 55
|
||||||
|
font_family = Fira Semibold
|
||||||
|
position = -100, -200
|
||||||
|
halign = right
|
||||||
|
valign = bottom
|
||||||
|
shadow_passes = 5
|
||||||
|
shadow_size = 10
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = $USER
|
||||||
|
color = rgba(200, 200, 200, 1.0)
|
||||||
|
font_size = 20
|
||||||
|
font_family = Fira Semibold
|
||||||
|
position = -100, 160
|
||||||
|
halign = right
|
||||||
|
valign = bottom
|
||||||
|
shadow_passes = 5
|
||||||
|
shadow_size = 10
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
preload = ~/.config/.wallpaper/rdr2.png
|
||||||
|
|
||||||
|
wallpaper = ,~/.config/.wallpaper/rdr2.png
|
||||||
|
|
||||||
|
splash = true
|
||||||
|
|
||||||
|
ipc = off
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
|||||||
|
[pupgui]
|
||||||
|
installdir = /home/joel/.local/share/bottles/runners/
|
||||||
|
|
||||||
@@ -0,0 +1,114 @@
|
|||||||
|
configuration {
|
||||||
|
show-icons: true;
|
||||||
|
display-drun: "Applications";
|
||||||
|
disable-history: false;
|
||||||
|
display-filebrowser: "File Browser";
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font: "Cantarell 12";
|
||||||
|
bg-color: rgba(0, 0, 0, 25%);
|
||||||
|
fg-color: white;
|
||||||
|
null-color: rgba(0, 0, 0, 0%);
|
||||||
|
background-color: @bg-color;
|
||||||
|
foreground: @fg-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
background-color: @bg-color;
|
||||||
|
border: 3;
|
||||||
|
border-radius: 10;
|
||||||
|
padding: 0;
|
||||||
|
border-color: lightblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainbox {
|
||||||
|
background-color: @null-color;
|
||||||
|
padding: 5;
|
||||||
|
border-radius: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textbox {
|
||||||
|
text-color: white;
|
||||||
|
background-color: @null-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
#listview {
|
||||||
|
border: 0px;
|
||||||
|
border-radius: 10;
|
||||||
|
spacing: 0px ;
|
||||||
|
scrollbar: false;
|
||||||
|
padding: 0px ;
|
||||||
|
lines: 8;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element {
|
||||||
|
border: 5px;
|
||||||
|
border-color: @null-color;
|
||||||
|
padding: 3px ;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element.normal.normal {
|
||||||
|
background-color: @null-color;
|
||||||
|
text-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element.selected.normal {
|
||||||
|
background-color: rgba(173, 216, 230,0.5);
|
||||||
|
text-color: white;
|
||||||
|
border: 5;
|
||||||
|
border-radius: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element.alternate.normal {
|
||||||
|
background-color: @null-color;
|
||||||
|
text-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inputbar {
|
||||||
|
border-color: @null-color;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 10;
|
||||||
|
spacing: 5;
|
||||||
|
text-color: white;
|
||||||
|
padding: 5px ;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry {
|
||||||
|
spacing: 0;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
background-color: @null-color;
|
||||||
|
text-color: white;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#prompt {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @foreground;
|
||||||
|
background-color: @null-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inputbar {
|
||||||
|
children: [ prompt,textbox-prompt-colon,entry];
|
||||||
|
}
|
||||||
|
|
||||||
|
#textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: ":";
|
||||||
|
margin: 0px 0.3em 0em 0em ;
|
||||||
|
text-color: white;
|
||||||
|
background-color: @null-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-text, element-icon {
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
#message {
|
||||||
|
border: 0px;
|
||||||
|
border-color: @null-color;
|
||||||
|
border-radius: 10;
|
||||||
|
padding: 1px;
|
||||||
|
spacing: 100;
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[ImageSave]
|
||||||
|
translatedScreenshotsFolder=Screenshots
|
||||||
|
|
||||||
|
[VideoSave]
|
||||||
|
translatedScreencastsFolder=Screencasts
|
||||||
@@ -0,0 +1,185 @@
|
|||||||
|
{
|
||||||
|
"layer": "top",
|
||||||
|
"height": 30,
|
||||||
|
"spacing": 5,
|
||||||
|
// Choose the order of the modules
|
||||||
|
"modules-left": [
|
||||||
|
"group/group-cpu",
|
||||||
|
"hyprland/workspaces"
|
||||||
|
],
|
||||||
|
"modules-center": [
|
||||||
|
"hyprland/window"
|
||||||
|
],
|
||||||
|
"modules-right": [
|
||||||
|
"custom/pacman",
|
||||||
|
"tray",
|
||||||
|
"network",
|
||||||
|
"pulseaudio",
|
||||||
|
"backlight",
|
||||||
|
"battery",
|
||||||
|
"clock",
|
||||||
|
"group/group-power"
|
||||||
|
],
|
||||||
|
"hyprland/window": {
|
||||||
|
"separate-outputs": true
|
||||||
|
},
|
||||||
|
"hyprland/workspaces": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"on-click": "activate",
|
||||||
|
"format-icons": {
|
||||||
|
"1": "",
|
||||||
|
"2": "",
|
||||||
|
"3": "",
|
||||||
|
"4": "",
|
||||||
|
"5": "",
|
||||||
|
"6": "",
|
||||||
|
"7": "",
|
||||||
|
"8": " ",
|
||||||
|
"9": "",
|
||||||
|
"10": "",
|
||||||
|
"urgent": "",
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
"sort-by-number": true
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
//"icon-size": 21,
|
||||||
|
"spacing": 10
|
||||||
|
},
|
||||||
|
"custom/pacman": {
|
||||||
|
"interval": 3600,
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "pacman-updates",
|
||||||
|
"exec-if": "exit 0",
|
||||||
|
"on-click": "kitty -e 'paru'; pkill -SIGRTMIN+8 waybar",
|
||||||
|
"signal": 8
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"tooltip-format": "{:%A, %B %d, %Y}",
|
||||||
|
"format": "{:%H:%M}"
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"interval": 10,
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-charging": "",
|
||||||
|
"format-icons": [ "", "", "", "", "", "", "", "", "", "", "" ],
|
||||||
|
"tooltip-format": "{capacity}% capacity"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"interval": 60,
|
||||||
|
"format": "{ifname}",
|
||||||
|
"format-wifi": "{essid}", //
|
||||||
|
"format-disconnected": "",
|
||||||
|
"tooltip-format": "Connected to {essid}",
|
||||||
|
"on-click": "gnome-terminal -- nmtui"
|
||||||
|
},
|
||||||
|
"pulseaudio": {
|
||||||
|
// "scroll-step": 1, // %, can be a float
|
||||||
|
"format": "{icon} {volume}%",
|
||||||
|
"format-muted": "",
|
||||||
|
"format-icons": {
|
||||||
|
"default": ["", "", ""],
|
||||||
|
"headphone": "",
|
||||||
|
"hands-free": "",
|
||||||
|
"headset": "",
|
||||||
|
"phone": "",
|
||||||
|
"portable": "",
|
||||||
|
"car": "",
|
||||||
|
},
|
||||||
|
"tooltip-format": "{volume}% volume",
|
||||||
|
"on-click": "pavucontrol"
|
||||||
|
},
|
||||||
|
"group/group-power": {
|
||||||
|
"orientation": "inherit",
|
||||||
|
"drawer": {
|
||||||
|
"transition-duration": 500,
|
||||||
|
"children-class": "not-power",
|
||||||
|
"transition-left-to-right": false
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"user", // First element is the "group leader" and won't ever be hidden
|
||||||
|
"idle_inhibitor",
|
||||||
|
"custom/quit",
|
||||||
|
"custom/sleep",
|
||||||
|
"custom/lock",
|
||||||
|
"custom/reboot",
|
||||||
|
"custom/power"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"custom/quit": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-triple-click": "hyprctl dispatch exit"
|
||||||
|
},
|
||||||
|
"custom/lock": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-click": "hyprlock"
|
||||||
|
},
|
||||||
|
"custom/sleep": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-triple-click": "systemctl suspend; hyprlock"
|
||||||
|
},
|
||||||
|
"custom/reboot": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-triple-click": "reboot"
|
||||||
|
},
|
||||||
|
"custom/power": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false,
|
||||||
|
"on-triple-click": "shutdown now"
|
||||||
|
},
|
||||||
|
"idle_inhibitor": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"activated": "",
|
||||||
|
"deactivated": ""
|
||||||
|
},
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format-activated": "Idle inhibitor on",
|
||||||
|
"tooltip-format-deactivated": "Idle inhibitor off"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"format": "{user} ",
|
||||||
|
"interval": 60,
|
||||||
|
"height": 30,
|
||||||
|
"width": 30,
|
||||||
|
"icon": false,
|
||||||
|
}
|
||||||
|
,
|
||||||
|
"backlight": {
|
||||||
|
"format": "{icon} {percent}%",
|
||||||
|
"format-icons": ["", "", ""]
|
||||||
|
},
|
||||||
|
"group/group-cpu": {
|
||||||
|
"orientation": "inherit",
|
||||||
|
"drawer": {
|
||||||
|
"transition-duration": 500,
|
||||||
|
"children-class": "not-cpu",
|
||||||
|
"transition-right-to-left": true
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"custom/arch", // First element is the "group leader" and won't ever be hidden
|
||||||
|
"cpu",
|
||||||
|
"memory"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"interval": 10,
|
||||||
|
"format": " {usage}%",
|
||||||
|
"max-length": 10
|
||||||
|
},
|
||||||
|
"custom/arch": {
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"interval": 30,
|
||||||
|
"format": " {used:0.1f}G/{total:0.1f}G"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,205 @@
|
|||||||
|
@define-color base #1e1e2e;
|
||||||
|
@define-color mantle #181825;
|
||||||
|
@define-color crust rgba(0, 0, 0, 0);
|
||||||
|
|
||||||
|
@define-color text #cdd6f4;
|
||||||
|
@define-color subtext0 #a6adc8;
|
||||||
|
@define-color subtext1 #bac2de;
|
||||||
|
|
||||||
|
@define-color surface0 #313244;
|
||||||
|
@define-color surface1 #45475a;
|
||||||
|
@define-color surface2 #585b70;
|
||||||
|
|
||||||
|
@define-color overlay0 #6c7086;
|
||||||
|
@define-color overlay1 #7f849c;
|
||||||
|
@define-color overlay2 #9399b2;
|
||||||
|
|
||||||
|
@define-color blue #89b4fa;
|
||||||
|
@define-color lavender #b4befe;
|
||||||
|
@define-color sapphire #74c7ec;
|
||||||
|
@define-color sky #89dceb;
|
||||||
|
@define-color teal #94e2d5;
|
||||||
|
@define-color green #a6e3a1;
|
||||||
|
@define-color yellow #f9e2af;
|
||||||
|
@define-color peach #fab387;
|
||||||
|
@define-color maroon #eba0ac;
|
||||||
|
@define-color red #f38ba8;
|
||||||
|
@define-color mauve #cba6f7;
|
||||||
|
@define-color pink #f5c2e7;
|
||||||
|
@define-color flamingo #f2cdcd;
|
||||||
|
@define-color rosewater #f5e0dc;
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: Cantarell, Symbols Nerd Font;
|
||||||
|
font-weight: bolder;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar {
|
||||||
|
background-color: @crust;
|
||||||
|
color: @text;
|
||||||
|
transition-property: background-color;
|
||||||
|
transition-duration: .5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.hidden {
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
window#waybar.termite {
|
||||||
|
background-color: #3F3F3F;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar.chromium {
|
||||||
|
background-color: #000000;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
|
box-shadow: inset 0 -3px transparent;
|
||||||
|
/* Avoid rounded borders under each button name */
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
color: @blue;
|
||||||
|
box-shadow: inherit;
|
||||||
|
text-shadow: inherit;
|
||||||
|
background: @crust;
|
||||||
|
border: @crust;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button {
|
||||||
|
padding: 0px;
|
||||||
|
color: @surface2;
|
||||||
|
margin: 2px;
|
||||||
|
transition: color 200ms ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.selected {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent {
|
||||||
|
color: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock,
|
||||||
|
#battery,
|
||||||
|
#cpu,
|
||||||
|
#memory,
|
||||||
|
#disk,
|
||||||
|
#temperature,
|
||||||
|
#backlight,
|
||||||
|
#network,
|
||||||
|
#pulseaudio,
|
||||||
|
#wireplumber,
|
||||||
|
#custom-pacman,
|
||||||
|
#tray,
|
||||||
|
#mode,
|
||||||
|
#idle_inhibitor,
|
||||||
|
#scratchpad,
|
||||||
|
#mpd {
|
||||||
|
padding: 0 2px;
|
||||||
|
color: @text;
|
||||||
|
border-radius: 15px;
|
||||||
|
margin: 2px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cpu {
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#idle_inhibitor.activated {
|
||||||
|
color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clock {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-pacman {
|
||||||
|
color: @peach;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio {
|
||||||
|
color: @mauve;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio.muted {
|
||||||
|
color: @surface2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.disconnected {
|
||||||
|
color: @surface2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery {
|
||||||
|
color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.warning:not(.charging) {
|
||||||
|
color: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#group-power {
|
||||||
|
color: @maroon;
|
||||||
|
}
|
||||||
|
|
||||||
|
#group-cpu {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-reboot {
|
||||||
|
color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-lock {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-quit {
|
||||||
|
color: @lavender;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-sleep {
|
||||||
|
color: @sky;
|
||||||
|
}
|
||||||
|
|
||||||
|
#keyboard-state > label {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#keyboard-state > label.locked {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
#scratchpad {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
#scratchpad.empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tray menu {
|
||||||
|
background-color: rgba(0, 0, 0, 0.25); /* Transparent background */
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+41
@@ -0,0 +1,41 @@
|
|||||||
|
.config/.wallpaper/
|
||||||
|
.config/dconf/
|
||||||
|
.config/eog/
|
||||||
|
.config/fontconfig/
|
||||||
|
.config/fontforge/
|
||||||
|
.config/font-manager/
|
||||||
|
.config/gedit/
|
||||||
|
.config/htop/
|
||||||
|
.config/kate/
|
||||||
|
.config/KDE/
|
||||||
|
.config/kde.org/
|
||||||
|
.config/mpv/
|
||||||
|
.config/neofetch/
|
||||||
|
.config/protonvpn/
|
||||||
|
.config/pulse/
|
||||||
|
.config/systemd/
|
||||||
|
.config/Thunar/
|
||||||
|
.config/vlc/
|
||||||
|
.config/xfce4/
|
||||||
|
.config/gwenviewrc
|
||||||
|
.config/katerc
|
||||||
|
.config/katevirc
|
||||||
|
.config/mimeapps.list
|
||||||
|
.config/pavucontrol.ini
|
||||||
|
.config/bpytop/
|
||||||
|
.config/QtProject.conf
|
||||||
|
.config/cava
|
||||||
|
.config/gtk-3.0/
|
||||||
|
.config/obs-studio/
|
||||||
|
.config/qt6ct/
|
||||||
|
.config/spotify/
|
||||||
|
.config/xsettingsd/
|
||||||
|
.config/xdg-terminals.list
|
||||||
|
.config/Hyprland-xdg-terminals.list
|
||||||
|
.config/nwg-look/
|
||||||
|
.config/BraveSoftware/
|
||||||
|
.config/Code/
|
||||||
|
.config/arkrc
|
||||||
|
.config/audacity/
|
||||||
|
.config/kamosorc
|
||||||
|
.config/kdeglobals
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
base-devel git paru pipewire lib32-pipewire lib32-pipewire-jack noisetorch-bin pipewire-alsa wireplumber pipewire-pulse alsa-firmware pipewire-alsa pavucontrol hyprland dunst xdg-desktop-portal-hyprland polkit-kde-agent qt5-wayland qt6-wayland sddm kitty gnome-terminal thunar thunar-archive-plugin hypridle hyprpaper hyprpicker hyprlock brightnessctl xorg-xev gvfs gnome-terminal kate nwg-look-bin papirus-icon-theme network-manager-applet cliphist pywal ccache networkmanager qt6ct qt5ct emote rofi-lbonn-wayland wlogout waybar ttf-fira-sans gnome-keyring eww noto-fonts noto-fonts-cjk ttf-font-awesome noto-fonts-emoji noto-fonts-extra nerd-fonts eog gwenview cava iniparser fftw nordic-theme python-clickgen bibita-cursor-theme lxappearance breeze ark
|
||||||
Reference in New Issue
Block a user