Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e833be8d41 | ||
|
|
09661d9c94 | ||
|
|
458ab2a644 | ||
|
|
6f0d232628 | ||
|
|
952046ff32 | ||
|
|
da0fb8f573 | ||
|
|
c101db7f84 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
env
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "dotdrop"]
|
||||||
|
path = dotdrop
|
||||||
|
url = https://github.com/deadc0de6/dotdrop.git
|
||||||
39
config.yaml
39
config.yaml
@@ -11,35 +11,16 @@ dotfiles:
|
|||||||
f_zshrc:
|
f_zshrc:
|
||||||
src: zshrc
|
src: zshrc
|
||||||
dst: ~/.zshrc
|
dst: ~/.zshrc
|
||||||
d_hypr:
|
d_oh-my-zsh:
|
||||||
src: config/hypr
|
src: oh-my-zsh
|
||||||
dst: ~/.config/hypr
|
dst: ~/.oh-my-zsh
|
||||||
d_waybar:
|
chmod: '751'
|
||||||
src: config/waybar
|
d_applications:
|
||||||
dst: ~/.config/waybar
|
src: local/share/applications
|
||||||
d_wofi:
|
dst: ~/.local/share/applications
|
||||||
src: config/wofi
|
|
||||||
dst: ~/.config/wofi
|
|
||||||
d_kitty:
|
|
||||||
src: config/kitty
|
|
||||||
dst: ~/.config/kitty
|
|
||||||
d_swaylock:
|
|
||||||
src: config/swaylock
|
|
||||||
dst: ~/.config/swaylock
|
|
||||||
d_mako:
|
|
||||||
src: config/mako
|
|
||||||
dst: ~/.config/mako
|
|
||||||
f_software.md:
|
|
||||||
src: software.md
|
|
||||||
dst: ~/software.md
|
|
||||||
profiles:
|
profiles:
|
||||||
arch:
|
penguin:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- f_zshrc
|
- f_zshrc
|
||||||
- d_hypr
|
- d_oh-my-zsh
|
||||||
- d_waybar
|
- d_applications
|
||||||
- d_wofi
|
|
||||||
- d_kitty
|
|
||||||
- d_swaylock
|
|
||||||
- d_mako
|
|
||||||
- f_software.md
|
|
||||||
|
|||||||
1
dotdrop
Submodule
1
dotdrop
Submodule
Submodule dotdrop added at c1ab5cde54
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
|
|
||||||
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
|
|
||||||
|
|
||||||
|
|
||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
||||||
|
|
||||||
animations {
|
|
||||||
enabled = yes
|
|
||||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
|
||||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
|
||||||
bezier = winOut, 0.3, -0.3, 0, 1
|
|
||||||
bezier = liner, 1, 1, 1, 1
|
|
||||||
animation = windows, 1, 6, wind, slide
|
|
||||||
animation = windowsIn, 1, 6, winIn, slide
|
|
||||||
animation = windowsOut, 1, 5, winOut, slide
|
|
||||||
animation = windowsMove, 1, 5, wind, slide
|
|
||||||
animation = border, 1, 1, liner
|
|
||||||
animation = borderangle, 1, 30, liner, loop
|
|
||||||
animation = fade, 1, 10, default
|
|
||||||
animation = workspaces, 1, 5, wind
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
# Environment Variables
|
|
||||||
# see https://wiki.hyprland.org/Configuring/Environment-variables/
|
|
||||||
|
|
||||||
# Theming Related Variables
|
|
||||||
# Set cursor size. See FAQ below for why you might want this variable set.
|
|
||||||
# https://wiki.hyprland.org/FAQ/
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
|
|
||||||
# Set a GTK theme manually, for those who want to avoid appearance tools such as lxappearance or nwg-look
|
|
||||||
#env = GTK_THEME,
|
|
||||||
|
|
||||||
# Set your cursor theme. The theme needs to be installed and readable by your user.
|
|
||||||
#env = XCURSOR_THEME,
|
|
||||||
|
|
||||||
# the line below may help with multiple monitors
|
|
||||||
#env = WLR_EGL_NO_MODIFIERS,1
|
|
||||||
|
|
||||||
#XDG Specifications
|
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
||||||
env = XDG_SESSION_TYPE,wayland
|
|
||||||
env = XDG_SESSION_DESKTOP,Hyprland
|
|
||||||
|
|
||||||
# Toolkit Backend Variables
|
|
||||||
|
|
||||||
# GTK: Use wayland if available, fall back to x11 if not.
|
|
||||||
#env = GDK_BACKEND,wayland,x11
|
|
||||||
|
|
||||||
# QT: Use wayland if available, fall back to x11 if not.
|
|
||||||
#env = QT_QPA_PLATFORM,wayland,xcb
|
|
||||||
|
|
||||||
# Run SDL2 applications on Wayland. Remove or set to x11 if games that
|
|
||||||
# provide older versions of SDL cause compatibility issues
|
|
||||||
#env = SDL_VIDEODRIVER,wayland
|
|
||||||
|
|
||||||
# Clutter package already has wayland enabled, this variable
|
|
||||||
#will force Clutter applications to try and use the Wayland backend
|
|
||||||
#env = CLUTTER_BACKEND,wayland
|
|
||||||
|
|
||||||
# QT Variables
|
|
||||||
|
|
||||||
# (From the QT documentation) enables automatic scaling, based on the monitor’s pixel density
|
|
||||||
# https://doc.qt.io/qt-5/highdpi.html
|
|
||||||
#env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
||||||
|
|
||||||
# Tell QT applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
|
|
||||||
#env = QT_QPA_PLATFORM,wayland,xcb
|
|
||||||
|
|
||||||
# Disables window decorations on QT applications
|
|
||||||
#env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
||||||
|
|
||||||
#Tells QT based applications to pick your theme from qt5ct, use with Kvantum.
|
|
||||||
#env = QT_QPA_PLATFORMTHEME,qt5ct
|
|
||||||
@@ -1,152 +0,0 @@
|
|||||||
# ░▒▒▒▒▒▒▒░░░
|
|
||||||
# ░░▒▒▒▒▒▒░░░░▓▓ ____________
|
|
||||||
# ░░▒▒▒▒▒░░░░░▓▓ //____________/
|
|
||||||
# ░░░▒▒▒░░░░░░▓▓ _ _ _ _ ______
|
|
||||||
# ░░░▒▒▒░░░░░▓▓▓▓▓▓ | | | | | | | ___/
|
|
||||||
# ░░░▒▒░░░░▓▓ ▓▓ | |_| | |__/ /| |_____
|
|
||||||
# ░░░▒▒░░▓▓ ▓▓ \__ |_____/ |______/
|
|
||||||
# ░░▒▒▓▓ ▓▓ //____/
|
|
||||||
|
|
||||||
|
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki https://wiki.hyprland.org
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █▀▄▀█ █▀█ █▄░█ █ ▀█▀ █▀█ █▀█
|
|
||||||
# █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
|
|
||||||
monitor = , preferred, auto, auto
|
|
||||||
monitor = eDP-1, 1920x1080@60, 0x0, 1
|
|
||||||
#monitor = DP-1, 2560x1440@75, 0x-1440, 1
|
|
||||||
#monitor = DP-2, 2560x1440@75, 0x-1440, 1
|
|
||||||
#monitor = DP-1, 2256x1504@60, 0x-1504, 1
|
|
||||||
monitor = DP-2, 2256x1504@60, 0x-1504, 1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█
|
|
||||||
# █▄▄ █▀█ █▄█ █░▀█ █▄▄ █▀█
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
||||||
# Execute your favorite apps at launch
|
|
||||||
|
|
||||||
$scrPath = ~/.config/hyprdots/scripts
|
|
||||||
exec-once = $scrPath/resetxdgportal.sh # reset XDPH for screenshare
|
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
|
|
||||||
exec-once = dbus-update-activation-environment --systemd --all # for XDPH
|
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
|
|
||||||
exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps
|
|
||||||
exec-once = waybar # launch the system panel
|
|
||||||
exec-once = blueman-applet # systray app for BT
|
|
||||||
exec-once = nm-applet --indicator # systray app for Network/Wifi
|
|
||||||
exec-once = dunst # start notification demon
|
|
||||||
exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
|
|
||||||
exec-once = wl-paste --type image --watch cliphist store # clipboard store image data
|
|
||||||
exec-once = $scrPath/swwwallpaper.sh # start wallpaper daemon
|
|
||||||
exec-once = $scrPath/batterynotify.sh # battery notification
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █▀▀ █▄░█ █░█
|
|
||||||
# ██▄ █░▀█ ▀▄▀
|
|
||||||
|
|
||||||
# Some default env vars.
|
|
||||||
|
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
||||||
env = XDG_SESSION_TYPE,wayland
|
|
||||||
env = XDG_SESSION_DESKTOP,Hyprland
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
|
||||||
#env = QT_STYLE_OVERRIDE,kvantum
|
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
|
||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █ █▄░█ █▀█ █░█ ▀█▀
|
|
||||||
# █ █░▀█ █▀▀ █▄█ ░█░
|
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
|
||||||
|
|
||||||
input {
|
|
||||||
kb_layout = us
|
|
||||||
follow_mouse = 1
|
|
||||||
|
|
||||||
touchpad {
|
|
||||||
natural_scroll = no
|
|
||||||
}
|
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
force_no_accel = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Example per-device config
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
|
||||||
|
|
||||||
device {
|
|
||||||
name = epic mouse V1
|
|
||||||
sensitivity = -0.5
|
|
||||||
}
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
||||||
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = true
|
|
||||||
workspace_swipe_fingers = 3
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █░░ ▄▀█ █▄█ █▀█ █░█ ▀█▀ █▀
|
|
||||||
# █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
||||||
|
|
||||||
dwindle {
|
|
||||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
||||||
preserve_split = yes # you probably want this
|
|
||||||
}
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
||||||
|
|
||||||
master {
|
|
||||||
new_is_master = true
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █▀▄▀█ █ █▀ █▀▀
|
|
||||||
# █░▀░█ █ ▄█ █▄▄
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
||||||
|
|
||||||
misc {
|
|
||||||
vrr = 0
|
|
||||||
disable_hyprland_logo = true
|
|
||||||
disable_splash_rendering = true
|
|
||||||
force_default_wallpaper = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █▀ █▀█ █░█ █▀█ █▀▀ █▀▀
|
|
||||||
# ▄█ █▄█ █▄█ █▀▄ █▄▄ ██▄
|
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
source = ~/.config/hypr/animations.conf
|
|
||||||
source = ~/.config/hypr/keybindings.conf
|
|
||||||
source = ~/.config/hypr/windowrules.conf
|
|
||||||
source = ~/.config/hypr/themes/common.conf # shared theme settings
|
|
||||||
source = ~/.config/hypr/themes/theme.conf # theme specific settings
|
|
||||||
source = ~/.config/hypr/themes/colors.conf # wallbash color override
|
|
||||||
source = ~/.config/hypr/monitors.conf # initially empty, to be configured by user and remains static
|
|
||||||
source = ~/.config/hypr/userprefs.conf # initially empty, to be configured by user and remains static
|
|
||||||
|
|
||||||
# Note: as userprefs.conf is sourced at the end, settings configured in this file will override the defaults
|
|
||||||
|
|
||||||
@@ -1,345 +0,0 @@
|
|||||||
|
|
||||||
########################################################################################
|
|
||||||
AUTOGENERATED HYPR CONFIG.
|
|
||||||
PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
|
||||||
OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|
||||||
########################################################################################
|
|
||||||
|
|
||||||
#
|
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki
|
|
||||||
#
|
|
||||||
|
|
||||||
# autogenerated = 1 # remove this line to remove the warning
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
monitor = , preferred, auto, auto
|
|
||||||
monitor = eDP-1, 1920x1080@60, 0x0, 1
|
|
||||||
monitor = DP-2, 2560x1440@75, 0x-1440, 1
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
||||||
|
|
||||||
# Execute your favorite apps at launch
|
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Wayland magic (screen sharing etc.)
|
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # More wayland magic (screen sharing etc.)
|
|
||||||
|
|
||||||
exec-once = ~/.config/hypr/scripts/bgaction
|
|
||||||
#exec-once = ~/.local/share/hyprload/hyprload.sh
|
|
||||||
exec-once = ~/.config/hypr/scripts/xdg-portal-hyprland
|
|
||||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|
||||||
|
|
||||||
exec-once = swaync
|
|
||||||
#exec-once = clash &
|
|
||||||
exec-once = waybar &
|
|
||||||
#exec-once = udiskie &
|
|
||||||
#exec-once = blueman-applet
|
|
||||||
exec-once = fcitx5 --replace -d
|
|
||||||
exec-once = nm-applet --indicator
|
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
# Set programs that you use
|
|
||||||
$terminal = kitty
|
|
||||||
$fileManager = dolphin
|
|
||||||
$menu = wofi --show drun
|
|
||||||
|
|
||||||
# Some default env vars.
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
# env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
|
||||||
|
|
||||||
|
|
||||||
# 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 {
|
|
||||||
disable_while_typing = yes
|
|
||||||
natural_scroll = yes
|
|
||||||
tap-to-click = yes
|
|
||||||
drag_lock = yes
|
|
||||||
scroll_factor = 0.5
|
|
||||||
middle_button_emulation = false
|
|
||||||
clickfinger_behavior = false
|
|
||||||
drag_lock = false
|
|
||||||
tap-and-drag = false
|
|
||||||
}
|
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
}
|
|
||||||
|
|
||||||
general {
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
||||||
|
|
||||||
gaps_in = 2
|
|
||||||
gaps_out = 2
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(5fc9f8ee) rgba(fecb2eee) rgba(fd9426ee) rgba(fc3158ee) rgba(147efbee) rgba(53d769ee) rgba(fc3d39ee) rgba(f77737ee) rgba(fcaf45ee) rgba(ffdc80ee) 36deg
|
|
||||||
col.inactive_border = rgba(595959aa)
|
|
||||||
|
|
||||||
layout = dwindle
|
|
||||||
|
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
||||||
allow_tearing = false
|
|
||||||
cursor_inactive_timeout = 10
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
||||||
|
|
||||||
active_opacity=1
|
|
||||||
inactive_opacity=0.9
|
|
||||||
fullscreen_opacity=1.0
|
|
||||||
|
|
||||||
rounding = 5
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = true
|
|
||||||
size = 5
|
|
||||||
passes = 2
|
|
||||||
ignore_opacity = false
|
|
||||||
new_optimizations = true
|
|
||||||
vibrancy = 0.1696
|
|
||||||
}
|
|
||||||
|
|
||||||
drop_shadow = true
|
|
||||||
shadow_range = 4
|
|
||||||
shadow_render_power = 3
|
|
||||||
shadow_ignore_window = true
|
|
||||||
col.shadow = rgba(1a1a1aee)
|
|
||||||
col.shadow_inactive = rgba(1a1a1aee)
|
|
||||||
shadow_scale = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
animations {
|
|
||||||
enabled = yes
|
|
||||||
first_launch_animation = true
|
|
||||||
|
|
||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
||||||
|
|
||||||
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, 6, 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 = yes
|
|
||||||
workspace_swipe_fingers = 3
|
|
||||||
workspace_swipe_cancel_ratio = 0.15
|
|
||||||
workspace_swipe_distance = 300
|
|
||||||
workspace_swipe_create_new = true
|
|
||||||
workspace_swipe_numbered = true
|
|
||||||
}
|
|
||||||
|
|
||||||
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 = yes
|
|
||||||
disable_splash_rendering = yes
|
|
||||||
focus_on_activate = yes
|
|
||||||
animate_manual_resizes = yes
|
|
||||||
animate_mouse_windowdragging = no
|
|
||||||
# suppress_portal_warnings = yes
|
|
||||||
}
|
|
||||||
|
|
||||||
# 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
|
|
||||||
}
|
|
||||||
|
|
||||||
device:apple-inc.-magic-trackpad-1 {
|
|
||||||
#scroll_factor = 1.0
|
|
||||||
#middle_button_emulation=0
|
|
||||||
}
|
|
||||||
|
|
||||||
# unscale XWayland
|
|
||||||
xwayland {
|
|
||||||
force_zero_scaling = true
|
|
||||||
}
|
|
||||||
|
|
||||||
#plugin {
|
|
||||||
#
|
|
||||||
# hyprload {
|
|
||||||
# quiet = true
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# touch_gestures {
|
|
||||||
# # default sensitivity is probably too low on tablet screens,
|
|
||||||
# # I recommend turning it up to 4.0
|
|
||||||
# sensitivity = 4.0
|
|
||||||
# workspace_swipe_fingers = 3
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# hyprbars {
|
|
||||||
# # config
|
|
||||||
# buttons {
|
|
||||||
# # button config
|
|
||||||
# }
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# borders-plus-plus {
|
|
||||||
# #add_borders = 1 # 0 - 2
|
|
||||||
# #col.border_1 = rgb(ffffff) # example col for border 1
|
|
||||||
# #col.border_2 = rgb(2222ff) # example col for border 2
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
# 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.8 0.5, class:^(Code)$
|
|
||||||
windowrulev2 = opacity 0.8 0.5, class:^(kitty)$
|
|
||||||
#windowrulev2 = opacity 0.8 0.5, class:^(thunar)$
|
|
||||||
#windowrulev2 = opacity 0.8 0.5, class:^(obsidian)$
|
|
||||||
windowrulev2 = opacity 1.0 1.0, title:^(微信读书)$
|
|
||||||
#windowrulev2 = opacity 0.8 0.5, class:^(org.kde.kate)$
|
|
||||||
#windowrulev2 = opacity 1.0 1.0, class:^(microsoft-edge)$
|
|
||||||
windowrulev2 = opacity 0.8 0.5, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
|
||||||
#windowrulev2 = animation popin, class:^(microsoft-edge)$
|
|
||||||
windowrulev2 = tile, title:^(少数派)$
|
|
||||||
windowrulev2 = tile, title:^(微信读书)$
|
|
||||||
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
||||||
$mainMod = SUPER
|
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
|
||||||
bind = $mainMod, F1, exec, ~/.config/hypr/scripts/gamemode.sh
|
|
||||||
#bind = $mainMod, A, exec, anytype
|
|
||||||
#bind = $mainMod SHIFT, C, exec, microsoft-edge-stable --profile-directory=Default --app-id=ciphmlapnadpablfaagijhhenhancbbb --app-url=https://calendar.cron.com/
|
|
||||||
#bind = $mainMod, E, exec, thunar
|
|
||||||
bind = $mainMod, E, exec, dolphin
|
|
||||||
#bind = $mainMod SHIFT, E, exec, dolphin
|
|
||||||
#bind = $mainMod CTRL, E, exec, kitty ranger
|
|
||||||
bind = $mainMod, F, exec, firefoxpwa site launch 01HS2PR40FH9C2GNANPA030VCE --protocol
|
|
||||||
bind = $mainMod, G, exec, firefox-nightly
|
|
||||||
#bind = $mainMod, G, exec, microsoft-edge-stable
|
|
||||||
#bind = $mainMod SHIFT, G, exec, google-chrome-stable
|
|
||||||
#bind = $mainMod CTRL, G, exec, github-desktop
|
|
||||||
#bind = $mainMod, I, exec, cd ~/.loacl/share/applications; gtk-launch jetbrains-idea.desktop
|
|
||||||
bind = $mainMod, J, exec, pkill jupyter-lab; jupyter-lab
|
|
||||||
#bind = $mainMod SHIFT, J, exec, pkill jupyter-lab; cd ~/Documents/the-craft-of-selfteaching; jupyter-lab
|
|
||||||
#bind = $mainMod, K, exec, kate
|
|
||||||
bind = $mainMod, L, exec, logseq
|
|
||||||
#bind = $mainMod SHIFT, L, exec, swaylock
|
|
||||||
#bind = $mainMod, M, exec, wlogout --protocol layer-shell
|
|
||||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
|
||||||
#bind = $mainMod CTRL, M, exec, motrix
|
|
||||||
#bind = $mainMod, N, exec, microsoft-edge --profile-directory=Default --app-id=bicgkabnllfcnajoaobgkmpjchldbdco --app-url=https://www.notion.so/000-Inbox-ed0cb9b1899648ea8007e860698d251c
|
|
||||||
bind = $mainMod SHIFT, N, exec, kitty nvim
|
|
||||||
#bind = $mainMod, O, exec, obsidian
|
|
||||||
#bind = $mainMod SHIFT, O, exec, okular
|
|
||||||
bind = $mainMod, Q, exec, kitty
|
|
||||||
#bind = $mainMod SHIFT, Q, exec, linuxqq
|
|
||||||
#bind = $mainMod, P, exec, cd ~/.loacl/share/applications; gtk-launch jetbrains-pycharm.desktop
|
|
||||||
bind = $mainMod SHIFT, P, exec, pavucontrol
|
|
||||||
bind = $mainMod, R, exec, pkill wofi; wofi --show drun
|
|
||||||
bind = $mainMod SHIFT, R, exec, wlfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:43.249.192.204:45561 /f /sound /floatbar:sticky:off,default:hidden,show:window -themes +multitouch /video -wallpaper +nego +smart-sizing
|
|
||||||
bind = $mainMod, S, exec, spotify
|
|
||||||
bind = $mainMod SHIFT, S, exec, firefoxpwa site launch 01HS2Q4782CRTM3EMA84TPQPDT --protocol
|
|
||||||
#bind = $mainMod, S, exec, microsoft-edge-stable --profile-directory=Default --app-id=pjibgclleladliembfgfagdaldikeohf "--app-url=https://open.spotify.com/?utm_source=pwa_install"
|
|
||||||
#bind = $mainMod SHIFT, S, exec, microsoft-edge-stable --profile-directory=Default --app-id=idhlnkbfpmbggpopjbaemghibaoobglb "--app-url=https://pwa.sspai.com/?pwa=1"
|
|
||||||
bind = $mainMod, V, exec, code
|
|
||||||
bind = $mainMod SHIFT, V, exec, vlc
|
|
||||||
bind = $mainMod, W, exec, firefoxpwa site launch 01HS2PT7V5XJVNVCV5VQS6YMW5 --protocol
|
|
||||||
#bind = $mainMod, W, exec, microsoft-edge-stable --profile-directory=Default --app-id=magamgmomalmppfcmkgppgboggkfiphd --app-url=https://weread.qq.com/
|
|
||||||
bind = $mainMod, X, exec, firefoxpwa site launch 01HS2ZZT6SFAHT9M8ENEV70DS8 --protocol
|
|
||||||
#bind = $mainMod, X, exec, microsoft-edge-stable --profile-directory=Default --app-id=jihkolckjdlcnmbfapjpmheicbncfalm --app-url=https://webapp.songy.info/
|
|
||||||
#bind = $mainMod, F3, fullscreen,
|
|
||||||
bind = , F11, fullscreen,
|
|
||||||
bind = $mainMod, F12, togglefloating,
|
|
||||||
bind = $mainMod, C, killactive,
|
|
||||||
bind = $mainMod CTRL, P, pseudo,
|
|
||||||
bind = $mainMod SHIFT, M, exit,
|
|
||||||
bind = $mainMod SHIFT, T, togglesplit,
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
|
||||||
bind = $mainMod, left, movefocus, l
|
|
||||||
bind = $mainMod, right, movefocus, r
|
|
||||||
bind = $mainMod, up, movefocus, u
|
|
||||||
bind = $mainMod, down, movefocus, d
|
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
|
||||||
bind = $mainMod, 1, workspace, 1
|
|
||||||
bind = $mainMod, 2, workspace, 2
|
|
||||||
bind = $mainMod, 3, workspace, 3
|
|
||||||
bind = $mainMod, 4, 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, 1, movetoworkspace, 1
|
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
|
||||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
|
||||||
bind = $mainMod SHIFT, 4, 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
|
|
||||||
|
|
||||||
# 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
|
|
||||||
bindm = $mainMod SHIFT, mouse:272, resizewindow
|
|
||||||
|
|
||||||
# Brightness control
|
|
||||||
#binde = $mainMod, F6, exec, ddcutil setvcp 10 + 10
|
|
||||||
#binde = $mainMod, F5, exec, ddcutil setvcp 10 - 10
|
|
||||||
#binde = $mainMod, F5, exec, brightnessctl -c backlight set 1%-
|
|
||||||
#binde = $mainMod, F6, exec, brightnessctl -c backlight set +1%
|
|
||||||
binde = , XF86MonBrightnessUp, exec, brightnessctl -c backlight set +10%
|
|
||||||
binde = , XF86MonBrightnessDown, exec, brightnessctl -c backlight set 10%-
|
|
||||||
|
|
||||||
# Sound control
|
|
||||||
#binde = $mainMod, F10, exec, pactl set-sink-volume @DEFAULT_SINK@ +1%
|
|
||||||
#binde = $mainMod, F9, exec, pactl set-sink-volume @DEFAULT_SINK@ -1%
|
|
||||||
#binde = $mainMod, F8, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
||||||
binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|
||||||
binde = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
|
||||||
binde = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
||||||
|
|
||||||
# Player control
|
|
||||||
#binde = $mainMod, F7, exec, playerctl play-pause
|
|
||||||
binde = , XF86AudioPlay, exec, playerctl play-pause
|
|
||||||
#binde = , XF86AudioNext, exec, playerctl next
|
|
||||||
#binde = , XF86AudioPrev, exec, playerctl previous
|
|
||||||
binde = $mainMod SHIFT, right, exec, playerctl next
|
|
||||||
binde = $mainMod SHIFT, left, exec, playerctl previous
|
|
||||||
@@ -1,145 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
. ~/.config/HyprV/hyprv.conf
|
|
||||||
|
|
||||||
get_theme() {
|
|
||||||
# Check which waybar theme is set
|
|
||||||
THEMEIS=$(readlink -f ~/.config/waybar/style.css | cut -d '-' -f3)
|
|
||||||
|
|
||||||
#if the theme is not dark then we need to switch to it
|
|
||||||
if [[ $THEMEIS == "dark.css" ]]; then
|
|
||||||
SWITCHTO="-dark"
|
|
||||||
MODESTR="Dark"
|
|
||||||
else
|
|
||||||
SWITCHTO=""
|
|
||||||
MODESTR="Light"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
update_theme() {
|
|
||||||
#set the xfce and GTK theme
|
|
||||||
if [[ $VER == "v4" || $VERTO == "v4-" ]]; then
|
|
||||||
xfconf-query -c xsettings -p /Net/IconThemeName -s "Papirus-Dark"
|
|
||||||
gsettings set org.gnome.desktop.interface icon-theme "Papirus-Dark"
|
|
||||||
else
|
|
||||||
xfconf-query -c xsettings -p /Net/IconThemeName -s "Adwaita$SWITCHTO"
|
|
||||||
gsettings set org.gnome.desktop.interface icon-theme "Adwaita$SWITCHTO"
|
|
||||||
fi
|
|
||||||
|
|
||||||
xfconf-query -c xsettings -p /Net/ThemeName -s "Adwaita$SWITCHTO"
|
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita$SWITCHTO"
|
|
||||||
}
|
|
||||||
|
|
||||||
get_ver() {
|
|
||||||
VER=$(readlink -f ~/.config/waybar/config.jsonc | cut -d '-' -f1 | cut -d '/' -f8)
|
|
||||||
}
|
|
||||||
|
|
||||||
restart_waybar() {
|
|
||||||
#restart the waybar
|
|
||||||
pkill waybar
|
|
||||||
waybar &
|
|
||||||
|
|
||||||
get_ver
|
|
||||||
|
|
||||||
if [[ $VER == "v4" ]]; then
|
|
||||||
waybar --config ~/.config/HyprV/waybar/conf/v4-config-bottom.jsonc
|
|
||||||
fi
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
set_current_background() {
|
|
||||||
get_theme
|
|
||||||
get_ver
|
|
||||||
|
|
||||||
if [[ ! -z "$SET_BG" ]]; then
|
|
||||||
#set the current background
|
|
||||||
if [[ $THEMEIS == "dark.css" ]]; then
|
|
||||||
swww img ~/.config/HyprV/backgrounds/$VER'-background-dark.jpg'
|
|
||||||
else
|
|
||||||
swww img ~/.config/HyprV/backgrounds/$VER'-background.jpg'
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
swww img $SET_BG
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
switch_version() {
|
|
||||||
get_theme
|
|
||||||
get_ver
|
|
||||||
case $VER in
|
|
||||||
v1)
|
|
||||||
#we are on v1 so switch to v2
|
|
||||||
VERTO="v2-"
|
|
||||||
notify-send -h string:x-canonical-private-synchronous:sys-notify -u low "switching to HyprV2"
|
|
||||||
;;
|
|
||||||
|
|
||||||
v2)
|
|
||||||
#we are on v2 so switch to v3
|
|
||||||
VERTO="v3-"
|
|
||||||
notify-send -h string:x-canonical-private-synchronous:sys-notify -u low "switching to HyprV3"
|
|
||||||
;;
|
|
||||||
|
|
||||||
v3)
|
|
||||||
#we are on v3 so switch to v4
|
|
||||||
VERTO="v4-"
|
|
||||||
notify-send -h string:x-canonical-private-synchronous:sys-notify -u low "switching to HyprV4"
|
|
||||||
;;
|
|
||||||
|
|
||||||
v4)
|
|
||||||
#we are on v4 so switch to v1
|
|
||||||
VERTO="v1-"
|
|
||||||
notify-send -h string:x-canonical-private-synchronous:sys-notify -u low "switching to HyprV1"
|
|
||||||
;;
|
|
||||||
|
|
||||||
esac
|
|
||||||
#set the waybar config
|
|
||||||
ln -sf ~/.config/HyprV/waybar/conf/$VERTO'config.jsonc' ~/.config/waybar/config.jsonc
|
|
||||||
#set the waybar theme
|
|
||||||
ln -sf ~/.config/HyprV/waybar/style/$VERTO'style'$SWITCHTO.css ~/.config/waybar/style.css
|
|
||||||
#set the wofi theme
|
|
||||||
ln -sf ~/.config/HyprV/wofi/style/$VERTO'style'$SWITCHTO.css ~/.config/wofi/style.css
|
|
||||||
|
|
||||||
#set the background
|
|
||||||
if [ -z $SET_BG ]; then
|
|
||||||
swww img ~/.config/HyprV/backgrounds/$VERTO'background'$SWITCHTO.jpg --transition-fps 60 --transition-type wipe --transition-duration 2
|
|
||||||
else
|
|
||||||
swww img $SET_BG --transition-fps 60 --transition-type wipe --transition-duration 2
|
|
||||||
fi
|
|
||||||
|
|
||||||
#update the sddm image
|
|
||||||
cp -f ~/.config/HyprV/backgrounds/$VERTO'background'$SWITCHTO.jpg /usr/share/sddm/themes/sdt/wallpaper.jpg
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
switch_keyboard() {
|
|
||||||
hyprctl switchxkblayout $SET_KB next
|
|
||||||
}
|
|
||||||
|
|
||||||
if [[ "$1" == "vswitch" ]]; then
|
|
||||||
switch_version
|
|
||||||
update_theme
|
|
||||||
restart_waybar
|
|
||||||
elif [[ "$1" == "setbg" ]]; then
|
|
||||||
set_current_background
|
|
||||||
update_theme
|
|
||||||
restart_waybar
|
|
||||||
elif [[ "$1" == "swkb" ]]; then
|
|
||||||
switch_keyboard
|
|
||||||
restart_waybar
|
|
||||||
fi
|
|
||||||
|
|
||||||
# need to show the version and tooltip
|
|
||||||
get_ver
|
|
||||||
|
|
||||||
TOOLTIP='Default Keybinds\n'\
|
|
||||||
'SUPER + Q = Start Kitty\n'\
|
|
||||||
'SUPER + F4 = Close Window\n'\
|
|
||||||
'SUPER + L = Lock Screen\n'\
|
|
||||||
'SUPER + M = Logout menu\n'\
|
|
||||||
'SUPER + E = File Manager\n'\
|
|
||||||
'SUPER + V = Toggle Float\n'\
|
|
||||||
'SUPER + SPACE = App Launcher\n'\
|
|
||||||
'SUPER + S = Screenshot\n'\
|
|
||||||
'SUPER + T = Switch HyprV version\n'\
|
|
||||||
'ALT + V = Open clipboard manager'
|
|
||||||
|
|
||||||
echo '{"text": "'$VER'", "tooltip": "'$TOOLTIP'"}'
|
|
||||||
@@ -1,163 +0,0 @@
|
|||||||
|
|
||||||
# █▄▀ █▀▀ █▄█ █▄▄ █ █▄░█ █▀▄ █ █▄░█ █▀▀ █▀
|
|
||||||
# █░█ ██▄ ░█░ █▄█ █ █░▀█ █▄▀ █ █░▀█ █▄█ ▄█
|
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
|
||||||
|
|
||||||
# Main modifier
|
|
||||||
$mainMod = SUPER # windows key
|
|
||||||
|
|
||||||
# assign apps
|
|
||||||
$term = kitty
|
|
||||||
$editor = code --ozone-platform-hint=wayland --disable-gpu
|
|
||||||
$file = dolphin
|
|
||||||
$browser = firefox
|
|
||||||
|
|
||||||
# Window/Session actions
|
|
||||||
bind = $mainMod, Q, exec, $scrPath/dontkillsteam.sh # killactive, kill the window on focus
|
|
||||||
bind = ALT, F4, exec, $scrPath/dontkillsteam.sh # killactive, kill the window on focus
|
|
||||||
bind = $mainMod, delete, exit, # kill hyperland session
|
|
||||||
bind = $mainMod, W, togglefloating, # toggle the window on focus to float
|
|
||||||
bind = $mainMod, G, togglegroup, # toggle the window on focus to group (tab mode)
|
|
||||||
bind = ALT, return, fullscreen, # toggle the window on focus to fullscreen
|
|
||||||
bind = $mainMod, L, exec, swaylock # lock screen
|
|
||||||
bind = $mainMod SHIFT, F, exec, $scrPath/windowpin.sh # toggle pin on focused window
|
|
||||||
bind = $mainMod, backspace, exec, $scrPath/logoutlaunch.sh 1 # logout menu
|
|
||||||
bind = $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
|
||||||
|
|
||||||
# Application shortcuts
|
|
||||||
bind = $mainMod, T, exec, $term # open terminal
|
|
||||||
bind = $mainMod, E, exec, $file # open file manager
|
|
||||||
bind = $mainMod, C, exec, $editor # open vscode
|
|
||||||
bind = $mainMod, F, exec, $browser # open browser
|
|
||||||
bind = $CONTROL SHIFT, ESCAPE, exec, $scrPath/sysmonlaunch.sh # open htop/btop if installed or default to top (system monitor)
|
|
||||||
|
|
||||||
# Rofi is toggled on/off if you repeat the key presses
|
|
||||||
bind = $mainMod, A, exec, pkill -x rofi || $scrPath/rofilaunch.sh d # launch desktop applications
|
|
||||||
bind = $mainMod, tab, exec, pkill -x rofi || $scrPath/rofilaunch.sh w # switch between desktop applications
|
|
||||||
bind = $mainMod, R, exec, pkill -x rofi || $scrPath/rofilaunch.sh f # browse system files
|
|
||||||
|
|
||||||
# Audio control
|
|
||||||
bindl = , F10, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
|
|
||||||
bindel = , F11, exec, $scrPath/volumecontrol.sh -o d # decrease volume
|
|
||||||
bindel = , F12, exec, $scrPath/volumecontrol.sh -o i # increase volume
|
|
||||||
bindl = , XF86AudioMute, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
|
|
||||||
bindl = , XF86AudioMicMute, exec, $scrPath/volumecontrol.sh -i m # toggle microphone mute
|
|
||||||
bindel = , XF86AudioLowerVolume, exec, $scrPath/volumecontrol.sh -o d # decrease volume
|
|
||||||
bindel = , XF86AudioRaiseVolume, exec, $scrPath/volumecontrol.sh -o i # increase volume
|
|
||||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|
||||||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
|
||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
|
||||||
|
|
||||||
# Brightness control
|
|
||||||
bindel = , XF86MonBrightnessUp, exec, $scrPath/brightnesscontrol.sh i # increase brightness
|
|
||||||
bindel = , XF86MonBrightnessDown, exec, $scrPath/brightnesscontrol.sh d # decrease brightness
|
|
||||||
|
|
||||||
# Screenshot/Screencapture
|
|
||||||
bind = $mainMod, P, exec, $scrPath/screenshot.sh s # drag to snip an area / click on a window to print it
|
|
||||||
bind = $mainMod CTRL, P, exec, $scrPath/screenshot.sh sf # frozen screen, drag to snip an area / click on a window to print it
|
|
||||||
bind = $mainMod ALT, P, exec, $scrPath/screenshot.sh m # print focused monitor
|
|
||||||
bind = ,print, exec, $scrPath/screenshot.sh p # print all monitor outputs
|
|
||||||
|
|
||||||
# Exec custom scripts
|
|
||||||
bind = $mainMod ALT, G, exec, $scrPath/gamemode.sh # disable hypr effects for gamemode
|
|
||||||
bind = $mainMod ALT, right, exec, $scrPath/swwwallpaper.sh -n # next wallpaper
|
|
||||||
bind = $mainMod ALT, left, exec, $scrPath/swwwallpaper.sh -p # previous wallpaper
|
|
||||||
bind = $mainMod ALT, up, exec, $scrPath/wbarconfgen.sh n # next waybar mode
|
|
||||||
bind = $mainMod ALT, down, exec, $scrPath/wbarconfgen.sh p # previous waybar mode
|
|
||||||
bind = $mainMod SHIFT, D, exec, $scrPath/wallbashtoggle.sh # toggle wallbash on/off
|
|
||||||
bind = $mainMod SHIFT, T, exec, pkill -x rofi || $scrPath/themeselect.sh # theme select menu
|
|
||||||
bind = $mainMod SHIFT, A, exec, pkill -x rofi || $scrPath/rofiselect.sh # rofi style select menu
|
|
||||||
bind = $mainMod SHIFT, W, exec, pkill -x rofi || $scrPath/swwwallselect.sh # rofi wall select menu
|
|
||||||
bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteboard in screen center
|
|
||||||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
|
||||||
bind = $mainMod, left, movefocus, l
|
|
||||||
bind = $mainMod, right, movefocus, r
|
|
||||||
bind = $mainMod, up, movefocus, u
|
|
||||||
bind = $mainMod, down, movefocus, d
|
|
||||||
bind = ALT, Tab, movefocus, d
|
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
|
||||||
bind = $mainMod, 1, workspace, 1
|
|
||||||
bind = $mainMod, 2, workspace, 2
|
|
||||||
bind = $mainMod, 3, workspace, 3
|
|
||||||
bind = $mainMod, 4, 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
|
|
||||||
|
|
||||||
# Switch workspaces relative to the active workspace with mainMod + CTRL + [←→]
|
|
||||||
bind = $mainMod CTRL, right, workspace, r+1
|
|
||||||
bind = $mainMod CTRL, left, workspace, r-1
|
|
||||||
|
|
||||||
# move to the first empty workspace instantly with mainMod + CTRL + [↓]
|
|
||||||
bind = $mainMod CTRL, down, workspace, empty
|
|
||||||
|
|
||||||
# Resize windows
|
|
||||||
binde = $mainMod SHIFT, right, resizeactive, 30 0
|
|
||||||
binde = $mainMod SHIFT, left, resizeactive, -30 0
|
|
||||||
binde = $mainMod SHIFT, up, resizeactive, 0 -30
|
|
||||||
binde = $mainMod SHIFT, down, resizeactive, 0 30
|
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
|
||||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
|
||||||
bind = $mainMod SHIFT, 4, 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
|
|
||||||
|
|
||||||
# Move active window to a relative workspace with mainMod + CTRL + ALT + [←→]
|
|
||||||
bind = $mainMod CTRL ALT, right, movetoworkspace, r+1
|
|
||||||
bind = $mainMod CTRL ALT, left, movetoworkspace, r-1
|
|
||||||
|
|
||||||
# Move active window around current workspace with mainMod + SHIFT + CTRL [←→↑↓]
|
|
||||||
bind = $mainMod SHIFT $CONTROL, left, movewindow, l
|
|
||||||
bind = $mainMod SHIFT $CONTROL, right, movewindow, r
|
|
||||||
bind = $mainMod SHIFT $CONTROL, up, movewindow, u
|
|
||||||
bind = $mainMod SHIFT $CONTROL, down, movewindow, d
|
|
||||||
|
|
||||||
# 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
|
|
||||||
bindm = Super, Z, movewindow
|
|
||||||
bindm = Super, X, resizewindow
|
|
||||||
|
|
||||||
# Special workspaces (scratchpad)
|
|
||||||
bind = $mainMod ALT, S, movetoworkspacesilent, special
|
|
||||||
bind = $mainMod, S, togglespecialworkspace,
|
|
||||||
|
|
||||||
# Toggle Layout
|
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
|
||||||
|
|
||||||
# Move window silently to workspace Super + Alt + [0-9]
|
|
||||||
bind = $mainMod ALT, 1, movetoworkspacesilent, 1
|
|
||||||
bind = $mainMod ALT, 2, movetoworkspacesilent, 2
|
|
||||||
bind = $mainMod ALT, 3, movetoworkspacesilent, 3
|
|
||||||
bind = $mainMod ALT, 4, movetoworkspacesilent, 4
|
|
||||||
bind = $mainMod ALT, 5, movetoworkspacesilent, 5
|
|
||||||
bind = $mainMod ALT, 6, movetoworkspacesilent, 6
|
|
||||||
bind = $mainMod ALT, 7, movetoworkspacesilent, 7
|
|
||||||
bind = $mainMod ALT, 8, movetoworkspacesilent, 8
|
|
||||||
bind = $mainMod ALT, 9, movetoworkspacesilent, 9
|
|
||||||
bind = $mainMod ALT, 0, movetoworkspacesilent, 10
|
|
||||||
|
|
||||||
# Trigger when the switch is turning off, Might cause bugs. Recommend to use logind instead.
|
|
||||||
#bindl= , switch:on:Lid Switch, exec, swaylock && systemctl suspend
|
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
$SCRIPT = ~/.config/HyprV/waybar/scripts
|
|
||||||
|
|
||||||
bind = , xf86audioraisevolume, exec, $SCRIPT/volume --inc
|
|
||||||
bind = , xf86audiolowervolume, exec, $SCRIPT/volume --dec
|
|
||||||
bind = , xf86AudioMicMute, exec, $SCRIPT/volume --toggle-mic
|
|
||||||
bind = , xf86audioMute, exec, $SCRIPT/volume --toggle
|
|
||||||
|
|
||||||
bind = , xf86KbdBrightnessDown, exec, $SCRIPT/kb-brightness --dec
|
|
||||||
bind = , xf86KbdBrightnessUp, exec, $SCRIPT/kb-brightness --inc
|
|
||||||
|
|
||||||
bind = , xf86MonBrightnessDown, exec, $SCRIPT/brightness --dec
|
|
||||||
bind = , xf86MonBrightnessUp, exec, $SCRIPT/brightness --inc
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
# █▀▄▀█ █▀█ █▄░█ █ ▀█▀ █▀█ █▀█ █▀
|
|
||||||
# █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄ ▄█
|
|
||||||
|
|
||||||
|
|
||||||
# Set your monitor configuration here
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
#start swwww
|
|
||||||
swww init
|
|
||||||
|
|
||||||
#figure out which waybar theme is set
|
|
||||||
THEMEIS=$(readlink -f ~/.config/waybar/style.css | cut -d '-' -f2)
|
|
||||||
|
|
||||||
#show the correct wallpapper based on the theme
|
|
||||||
#if [ $THEMEIS == "dark.css" ]; then
|
|
||||||
# swww img -o DP-2 ~/.config/hypr/wallpaper-dark.jpg
|
|
||||||
#else
|
|
||||||
# swww img -o DP-2 ~/.config/hypr/wallpaper.jpg
|
|
||||||
#fi
|
|
||||||
|
|
||||||
swww img -o DP-2 ~/.config/hypr/wallpaper-dark.jpg
|
|
||||||
swww img -o eDP-1 ~/.config/hypr/wallpaper-dark.jpg
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==2{print $2}')
|
|
||||||
if [ "$HYPRGAMEMODE" = 1 ] ; then
|
|
||||||
hyprctl --batch "\
|
|
||||||
keyword animations:enabled 0;\
|
|
||||||
keyword decoration:drop_shadow 0;\
|
|
||||||
keyword decoration:blur 0;\
|
|
||||||
keyword general:gaps_in 0;\
|
|
||||||
keyword general:gaps_out 0;\
|
|
||||||
keyword general:border_size 1;\
|
|
||||||
keyword decoration:rounding 0"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
hyprctl reload
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
sleep 1
|
|
||||||
killall xdg-desktop-portal-hyprland
|
|
||||||
killall xdg-desktop-portal
|
|
||||||
/usr/lib/xdg-desktop-portal-hyprland &
|
|
||||||
sleep 2
|
|
||||||
/usr/lib/xdg-desktop-portal &
|
|
||||||
|
|
||||||
cd ${HOME}
|
|
||||||
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ի<EFBFBD><D4BB><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>
|
|
||||||
export LANG=zh_CN.UTF-8
|
|
||||||
# <20><><EFBFBD><EFBFBD>QT<51><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
||||||
# QTʹ<54><CAB9>wayland<6E><64>gtk
|
|
||||||
export QT_QPA_PLATFORM="wayland;xcb"
|
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
||||||
# ʹ<><CAB9>qt5ct<63><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>QT<51><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
||||||
|
|
||||||
# һЩ<D2BB><D0A9>Ϸʹ<CFB7><CAB9>wayland
|
|
||||||
export SDL_VIDEODRIVER=wayland
|
|
||||||
# <20><><EFBFBD><EFBFBD>java<76><61><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
export _JAVA_AWT_WM_NONEREPARENTING=1
|
|
||||||
# GTK<54><4B><EFBFBD><EFBFBD>Ϊ wayland<6E><64>x11,<2C><><EFBFBD><EFBFBD>wayland
|
|
||||||
export GDK_BACKEND="wayland,x11"
|
|
||||||
|
|
||||||
#fcitx5 gtk
|
|
||||||
GTK_IM_MODULE=fcitx
|
|
||||||
|
|
||||||
export XDG_SESSION_TYPE=wayland
|
|
||||||
export XDG_SESSION_DESKTOP=Hyprland
|
|
||||||
export XDG_CURRENT_DESKTOP=Hyprland
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-grey'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Latte'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
||||||
col.inactive_border = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
||||||
col.border_inactive = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
||||||
col.border_locked_active = rgba(dc8a78ff) rgba(8839efff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(7287fdcc) rgba(179299cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-dracula'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
||||||
col.inactive_border = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
||||||
col.border_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
||||||
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-yellow'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Cyberpunk-Edge'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 8
|
|
||||||
gaps_out = 15
|
|
||||||
border_size = 4
|
|
||||||
col.active_border = rgba(FADA16ff) rgba(4DBD4Fff) 45deg
|
|
||||||
col.inactive_border = rgba(5032ACff) rgba(1F5322ff) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(FADA16ff) rgba(4DBD4Fff) 45deg
|
|
||||||
col.border_inactive = rgba(5032ACff) rgba(1F5322ff) 45deg
|
|
||||||
col.border_locked_active = rgba(FADA16ff) rgba(4DBD4Fff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(5032ACff) rgba(1F5322ff) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 0
|
|
||||||
drop_shadow = true
|
|
||||||
shadow_ignore_window = true
|
|
||||||
shadow_offset = 5 5
|
|
||||||
shadow_range = 0
|
|
||||||
shadow_render_power = 4
|
|
||||||
col.shadow = 0xffFFA6C2
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = unset,waybar
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-green'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Decay-Green'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(90ceaaff) rgba(ecd3a0ff) 45deg
|
|
||||||
col.inactive_border = rgba(86aaeccc) rgba(93cee9cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(90ceaaff) rgba(ecd3a0ff) 45deg
|
|
||||||
col.border_inactive = rgba(86aaeccc) rgba(93cee9cc) 45deg
|
|
||||||
col.border_locked_active = rgba(90ceaaff) rgba(ecd3a0ff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(86aaeccc) rgba(93cee9cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 5
|
|
||||||
passes = 4
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = unset,waybar
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
# ___________ _________ __
|
|
||||||
# \__ ___/ \_ ___ \_______ ___.__._______/ |_
|
|
||||||
# | | ______ / \ \/\_ __ < | |\____ \ __\
|
|
||||||
# | | /_____/ \ \____| | \/\___ || |_> > |
|
|
||||||
# |____| \______ /|__| / ____|| __/|__|
|
|
||||||
# \/ \/ |__|
|
|
||||||
|
|
||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-blue'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Frosted-Glass'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 4
|
|
||||||
gaps_out = 10
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(2770C0ff) rgba(1E4C84ff) 45deg
|
|
||||||
col.inactive_border = rgba(A44185cc) rgba(012339cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(2770C0ff) rgba(1E4C84ff) 45deg
|
|
||||||
col.border_inactive = rgba(A44185cc) rgba(012339cc) 45deg
|
|
||||||
col.border_locked_active = rgba(2770C0ff) rgba(1E4C84ff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(A44185cc) rgba(012339cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 13
|
|
||||||
drop_shadow = false
|
|
||||||
shadow_ignore_window = true
|
|
||||||
shadow_offset = 0 0
|
|
||||||
shadow_range = 15
|
|
||||||
shadow_render_power = 1
|
|
||||||
col.shadow = 0x80ffffff
|
|
||||||
active_opacity = 0.75
|
|
||||||
inactive_opacity = 0.75
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 4
|
|
||||||
passes = 4
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-grey'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Graphite-Mono'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 8
|
|
||||||
gaps_out = 14
|
|
||||||
border_size = 3
|
|
||||||
col.active_border = rgba(d9d9d9ff) rgba(a6a6a6ff) 45deg
|
|
||||||
col.inactive_border = rgba(404040cc) rgba(262626cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(d9d9d9ff) rgba(a6a6a6ff) 45deg
|
|
||||||
col.border_inactive = rgba(404040cc) rgba(262626cc) 45deg
|
|
||||||
col.border_locked_active = rgba(d9d9d9ff) rgba(a6a6a6ff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(404040cc) rgba(262626cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 0
|
|
||||||
drop_shadow = true
|
|
||||||
shadow_ignore_window = true
|
|
||||||
shadow_offset = 4 4
|
|
||||||
shadow_range = 0
|
|
||||||
shadow_render_power = 4
|
|
||||||
col.shadow = 0xffFFFFFF
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = unset,waybar
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
# ___________ _________ __
|
|
||||||
# \__ ___/ \_ ___ \_______ ___.__._______/ |_
|
|
||||||
# | | ______ / \ \/\_ __ < | |\____ \ __\
|
|
||||||
# | | /_____/ \ \____| | \/\___ || |_> > |
|
|
||||||
# |____| \______ /|__| / ____|| __/|__|
|
|
||||||
# \/ \/ |__|
|
|
||||||
|
|
||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Gruvbox-Plus-Dark'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Gruvbox-Retro'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
exec = gsettings set org.gnome.desktop.interface cursor-theme 'Gruvbox-Retro'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface cursor-size 20
|
|
||||||
exec = hyprctl setcursor Gruvbox-Retro 20
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(90ceaaff) rgba(ecd3a0ff) 45deg
|
|
||||||
col.inactive_border = rgba(1e8b50d9) rgba(50b050d9) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(90ceaaff) rgba(ecd3a0ff) 45deg
|
|
||||||
col.border_inactive = rgba(1e8b50d9) rgba(50b050d9) 45deg
|
|
||||||
col.border_locked_active = rgba(90ceaaff) rgba(ecd3a0ff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(1e8b50d9) rgba(50b050d9) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 3
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 4
|
|
||||||
passes = 2
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-black'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Material-Sakura'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 8
|
|
||||||
gaps_out = 14
|
|
||||||
border_size = 4
|
|
||||||
col.active_border = rgba(b4637aff) rgba(d7827eff) 45deg
|
|
||||||
col.inactive_border = rgba(286983cc) rgba(56949fcc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(b4637aff) rgba(d7827eff) 45deg
|
|
||||||
col.border_inactive = rgba(286983cc) rgba(56949fcc) 45deg
|
|
||||||
col.border_locked_active = rgba(b4637aff) rgba(d7827eff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(286983cc) rgba(56949fcc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 12
|
|
||||||
drop_shadow = true
|
|
||||||
shadow_ignore_window = true
|
|
||||||
shadow_offset = 6 6
|
|
||||||
shadow_range = 3
|
|
||||||
shadow_render_power = 4
|
|
||||||
col.shadow = 0xff26233a
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = unset,waybar
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-pink'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Rose-Pine'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(eb6f92ff) rgba(c4a7e7ff) 45deg
|
|
||||||
col.inactive_border = rgba(31748fcc) rgba(9ccfd8cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(eb6f92ff) rgba(c4a7e7ff) 45deg
|
|
||||||
col.border_inactive = rgba(31748fcc) rgba(9ccfd8cc) 45deg
|
|
||||||
col.border_locked_active = rgba(eb6f92ff) rgba(c4a7e7ff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(31748fcc) rgba(9ccfd8cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-purple'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Tokyo-Night'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(bb9af7ff) rgba(b4f9f8ff) 45deg
|
|
||||||
col.inactive_border = rgba(565f89cc) rgba(9aa5cecc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(bb9af7ff) rgba(b4f9f8ff) 45deg
|
|
||||||
col.border_inactive = rgba(565f89cc) rgba(9aa5cecc) 45deg
|
|
||||||
col.border_locked_active = rgba(bb9af7ff) rgba(b4f9f8ff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(565f89cc) rgba(9aa5cecc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
general {
|
|
||||||
col.active_border = rgba(AD584Fff) rgba(1D202Eff) 45deg
|
|
||||||
col.inactive_border = rgba(312A29ff) rgba(622D28ff) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(312A29ff) rgba(622D28ff) 45deg
|
|
||||||
col.border_inactive = rgba(22232Acc) rgba(262C48cc) 45deg
|
|
||||||
col.border_locked_active = rgba(3F2C2Aff) rgba(502E2Aff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(242733cc) rgba(262A3Dcc) 45deg
|
|
||||||
}
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
|
|
||||||
#█▀▀ █░█ █▀█ █▀ █▀█ █▀█
|
|
||||||
#█▄▄ █▄█ █▀▄ ▄█ █▄█ █▀▄
|
|
||||||
|
|
||||||
#env = XCURSOR_THEME,Bibata-Modern-Ice
|
|
||||||
#env = XCURSOR_SIZE,20
|
|
||||||
|
|
||||||
exec = hyprctl setcursor Bibata-Modern-Ice 20
|
|
||||||
exec = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface cursor-size 20
|
|
||||||
|
|
||||||
|
|
||||||
#█▀▀ █▀█ █▄░█ ▀█▀
|
|
||||||
#█▀░ █▄█ █░▀█ ░█░
|
|
||||||
|
|
||||||
exec = gsettings set org.gnome.desktop.interface font-name 'Cantarell 10'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface document-font-name 'Cantarell 10'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaCove Nerd Font Mono 9'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface font-antialiasing 'rgba'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface font-hinting 'full'
|
|
||||||
|
|
||||||
|
|
||||||
#█▀ █▀█ █▀▀ █▀▀ █ ▄▀█ █░░
|
|
||||||
#▄█ █▀▀ ██▄ █▄▄ █ █▀█ █▄▄
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
dim_special = 0.3
|
|
||||||
blur {
|
|
||||||
special = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
exec = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-dracula'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
|
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 3
|
|
||||||
gaps_out = 8
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
||||||
col.inactive_border = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
||||||
layout = dwindle
|
|
||||||
resize_on_border = true
|
|
||||||
}
|
|
||||||
|
|
||||||
group {
|
|
||||||
col.border_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
||||||
col.border_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
||||||
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
||||||
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
drop_shadow = false
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = yes
|
|
||||||
size = 6
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
layerrule = blur,waybar
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
#█░█ █▀ █▀▀ █▀█ █▀█ █▀█ █▀▀ █▀▀ █▀
|
|
||||||
#█▄█ ▄█ ██▄ █▀▄ █▀▀ █▀▄ ██▄ █▀░ ▄█
|
|
||||||
|
|
||||||
|
|
||||||
# Set your personal hyprland configuration here
|
|
||||||
# for sample file, please refer https://github.com/prasanthrangan/hyprdots/blob/main/Configs/.config/hypr/userprefs.t2
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 MiB |
@@ -1,91 +0,0 @@
|
|||||||
|
|
||||||
# █░█░█ █ █▄░█ █▀▄ █▀█ █░█░█ █▀█ █░█ █░░ █▀▀ █▀
|
|
||||||
# ▀▄▀▄▀ █ █░▀█ █▄▀ █▄█ ▀▄▀▄▀ █▀▄ █▄█ █▄▄ ██▄ ▄█
|
|
||||||
|
|
||||||
|
|
||||||
# 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 = opacity 0.90 0.90,class:^(firefox)$
|
|
||||||
windowrulev2 = opacity 0.90 0.90,class:^(Brave-browser)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(Steam)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(steam)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(steamwebhelper)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(Spotify)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(Code)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(code-url-handler)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(kitty)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(org.kde.dolphin)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(org.kde.ark)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(nwg-look)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(qt5ct)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(qt6ct)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(kvantummanager)$
|
|
||||||
|
|
||||||
windowrulev2 = opacity 0.90 0.90,class:^(com.github.rafostar.Clapper)$ #Clapper-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(com.github.tchx84.Flatseal)$ #Flatseal-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(hu.kramo.Cartridges)$ #Cartridges-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(com.obsproject.Studio)$ #Obs-Qt
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(gnome-boxes)$ #Boxes-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(discord)$ #Discord-Electron
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(WebCord)$ #WebCord-Electron
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(ArmCord)$ #ArmCord-Electron
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(app.drey.Warp)$ #Warp-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(net.davidotek.pupgui2)$ #ProtonUp-Qt
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(yad)$ #Protontricks-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(Signal)$ #Signal-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(io.github.alainm23.planify)$ #planify-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(io.gitlab.theevilskeleton.Upscaler)$ #Upscaler-Gtk
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(com.github.unrud.VideoDownloader)$ #VideoDownloader-Gtk
|
|
||||||
|
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
|
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(blueman-manager)$
|
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(nm-applet)$
|
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(nm-connection-editor)$
|
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
|
||||||
|
|
||||||
windowrulev2 = float,class:^(org.kde.dolphin)$,title:^(Copying — Dolphin)$
|
|
||||||
windowrulev2 = float,title:^(Picture-in-Picture)$
|
|
||||||
windowrulev2 = float,class:^(firefox)$,title:^(Library)$
|
|
||||||
windowrulev2 = float,class:^(vlc)$
|
|
||||||
windowrulev2 = float,class:^(kvantummanager)$
|
|
||||||
windowrulev2 = float,class:^(qt5ct)$
|
|
||||||
windowrulev2 = float,class:^(qt6ct)$
|
|
||||||
windowrulev2 = float,class:^(nwg-look)$
|
|
||||||
windowrulev2 = float,class:^(org.kde.ark)$
|
|
||||||
windowrulev2 = float,class:^(Signal)$ #Signal-Gtk
|
|
||||||
windowrulev2 = float,class:^(com.github.rafostar.Clapper)$ #Clapper-Gtk
|
|
||||||
windowrulev2 = float,class:^(app.drey.Warp)$ #Warp-Gtk
|
|
||||||
windowrulev2 = float,class:^(net.davidotek.pupgui2)$ #ProtonUp-Qt
|
|
||||||
windowrulev2 = float,class:^(yad)$ #Protontricks-Gtk
|
|
||||||
windowrulev2 = float,class:^(eog)$ #Imageviewer-Gtk
|
|
||||||
windowrulev2 = float,class:^(io.github.alainm23.planify)$ #planify-Gtk
|
|
||||||
windowrulev2 = float,class:^(io.gitlab.theevilskeleton.Upscaler)$ #Upscaler-Gtk
|
|
||||||
windowrulev2 = float,class:^(com.github.unrud.VideoDownloader)$ #VideoDownloader-Gkk
|
|
||||||
windowrulev2 = float,class:^(pavucontrol)$
|
|
||||||
windowrulev2 = float,class:^(blueman-manager)$
|
|
||||||
windowrulev2 = float,class:^(nm-applet)$
|
|
||||||
windowrulev2 = float,class:^(nm-connection-editor)$
|
|
||||||
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(org.freedesktop.impl.portal.desktop.gtk)$
|
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(org.freedesktop.impl.portal.desktop.hyprland)$
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# █░░ ▄▀█ █▄█ █▀▀ █▀█ █▀█ █░█ █░░ █▀▀ █▀
|
|
||||||
# █▄▄ █▀█ ░█░ ██▄ █▀▄ █▀▄ █▄█ █▄▄ ██▄ ▄█
|
|
||||||
|
|
||||||
|
|
||||||
layerrule = blur,rofi
|
|
||||||
layerrule = ignorezero,rofi
|
|
||||||
layerrule = blur,notifications
|
|
||||||
layerrule = ignorezero,notifications
|
|
||||||
layerrule = blur,swaync-notification-window
|
|
||||||
layerrule = ignorezero,swaync-notification-window
|
|
||||||
layerrule = blur,swaync-control-center
|
|
||||||
layerrule = ignorezero,swaync-control-center
|
|
||||||
layerrule = blur,logout_dialog
|
|
||||||
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
font_family CaskaydiaCove Nerd Font Mono
|
|
||||||
bold_font auto
|
|
||||||
italic_font auto
|
|
||||||
bold_italic_font auto
|
|
||||||
|
|
||||||
font_size 9.0
|
|
||||||
window_padding_width 25
|
|
||||||
include themes/theme.conf
|
|
||||||
#background_opacity 0.60
|
|
||||||
#hide_window_decorations yes
|
|
||||||
#confirm_os_window_close 0
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
## name: Catppuccin Latte 🐑
|
|
||||||
## author: Pocco81 (https://github.com/Pocco81)
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/latte.conf
|
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# The basic colors
|
|
||||||
foreground #4C4F69
|
|
||||||
background #EFF1F5
|
|
||||||
selection_foreground #EFF1F5
|
|
||||||
selection_background #DC8A78
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor #DC8A78
|
|
||||||
cursor_text_color #EFF1F5
|
|
||||||
|
|
||||||
# URL underline color when hovering with mouse
|
|
||||||
url_color #7287FD
|
|
||||||
|
|
||||||
# Kitty window border colors
|
|
||||||
active_border_color #8839EF
|
|
||||||
inactive_border_color #7C7F93
|
|
||||||
bell_border_color #E64553
|
|
||||||
|
|
||||||
# OS Window titlebar colors
|
|
||||||
wayland_titlebar_color system
|
|
||||||
macos_titlebar_color system
|
|
||||||
|
|
||||||
# Tab bar colors
|
|
||||||
active_tab_foreground #EFF1F5
|
|
||||||
active_tab_background #8839EF
|
|
||||||
inactive_tab_foreground #4C4F69
|
|
||||||
inactive_tab_background #9CA0B0
|
|
||||||
tab_bar_background #BCC0CC
|
|
||||||
|
|
||||||
# Colors for marks (marked text in the terminal)
|
|
||||||
mark1_foreground #EFF1F5
|
|
||||||
mark1_background #1E66F5
|
|
||||||
mark2_foreground #EFF1F5
|
|
||||||
mark2_background #8839EF
|
|
||||||
mark3_foreground #EFF1F5
|
|
||||||
mark3_background #209FB5
|
|
||||||
|
|
||||||
# The 16 terminal colors
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #4C4F69
|
|
||||||
color8 #6C6F85
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #D20F39
|
|
||||||
color9 #D20F39
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #40A02B
|
|
||||||
color10 #40A02B
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #DF8E1D
|
|
||||||
color11 #DF8E1D
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #1E66F5
|
|
||||||
color12 #1E66F5
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #EA76CB
|
|
||||||
color13 #EA76CB
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #179299
|
|
||||||
color14 #179299
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #ACB0BE
|
|
||||||
color15 #ACB0BE
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
## name: Catppuccin Mocha 🌿
|
|
||||||
## author: Pocco81 (https://github.com/Pocco81)
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# The basic colors
|
|
||||||
foreground #CDD6F4
|
|
||||||
background #1E1E2E
|
|
||||||
selection_foreground #1E1E2E
|
|
||||||
selection_background #F5E0DC
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor #F5E0DC
|
|
||||||
cursor_text_color #1E1E2E
|
|
||||||
|
|
||||||
# URL underline color when hovering with mouse
|
|
||||||
url_color #B4BEFE
|
|
||||||
|
|
||||||
# Kitty window border colors
|
|
||||||
active_border_color #CBA6F7
|
|
||||||
inactive_border_color #8E95B3
|
|
||||||
bell_border_color #EBA0AC
|
|
||||||
|
|
||||||
# OS Window titlebar colors
|
|
||||||
wayland_titlebar_color system
|
|
||||||
macos_titlebar_color system
|
|
||||||
|
|
||||||
# Tab bar colors
|
|
||||||
active_tab_foreground #11111B
|
|
||||||
active_tab_background #CBA6F7
|
|
||||||
inactive_tab_foreground #CDD6F4
|
|
||||||
inactive_tab_background #181825
|
|
||||||
tab_bar_background #11111B
|
|
||||||
|
|
||||||
# Colors for marks (marked text in the terminal)
|
|
||||||
mark1_foreground #1E1E2E
|
|
||||||
mark1_background #87B0F9
|
|
||||||
mark2_foreground #1E1E2E
|
|
||||||
mark2_background #CBA6F7
|
|
||||||
mark3_foreground #1E1E2E
|
|
||||||
mark3_background #74C7EC
|
|
||||||
|
|
||||||
# The 16 terminal colors
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #43465A
|
|
||||||
color8 #43465A
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #F38BA8
|
|
||||||
color9 #F38BA8
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #A6E3A1
|
|
||||||
color10 #A6E3A1
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #F9E2AF
|
|
||||||
color11 #F9E2AF
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #87B0F9
|
|
||||||
color12 #87B0F9
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #F5C2E7
|
|
||||||
color13 #F5C2E7
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #94E2D5
|
|
||||||
color14 #94E2D5
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #CDD6F4
|
|
||||||
color15 #A1A8C9
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
# The basic colors
|
|
||||||
foreground #FDF500
|
|
||||||
background #000000
|
|
||||||
selection_foreground #000000
|
|
||||||
selection_background #FADA16
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor #FADA16
|
|
||||||
cursor_text_color #FADA16
|
|
||||||
|
|
||||||
# URL underline color when hovering with mouse
|
|
||||||
url_color #FADA16
|
|
||||||
|
|
||||||
# Kitty window border colors
|
|
||||||
active_border_color #000000
|
|
||||||
inactive_border_color #000000
|
|
||||||
bell_border_color #000000
|
|
||||||
|
|
||||||
# OS Window titlebar colors
|
|
||||||
wayland_titlebar_color system
|
|
||||||
macos_titlebar_color system
|
|
||||||
|
|
||||||
# Tab bar colors
|
|
||||||
active_tab_foreground #FADA16
|
|
||||||
active_tab_background #000000
|
|
||||||
inactive_tab_foreground #000000
|
|
||||||
inactive_tab_background #FADA16
|
|
||||||
tab_bar_background #000000
|
|
||||||
|
|
||||||
# Colors for marks (marked text in the terminal)
|
|
||||||
mark1_foreground #FADA16
|
|
||||||
mark1_background #000000
|
|
||||||
mark2_foreground #FADA16
|
|
||||||
mark2_background #000000
|
|
||||||
mark3_foreground #FADA16
|
|
||||||
mark3_background #000000
|
|
||||||
|
|
||||||
# The 16 terminal colors
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #1F2229
|
|
||||||
color8 #1B1C22
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #D62246
|
|
||||||
color9 #EC0101
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #4DBD4F
|
|
||||||
color10 #1F5322
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #FDF500
|
|
||||||
color11 #F2CB07
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #F29C6B
|
|
||||||
color12 #FFA6C2
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #A56DF2
|
|
||||||
color13 #564873
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #2CF6B3
|
|
||||||
color14 #37EBF3
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #E6E6E6
|
|
||||||
color15 #FFFFFF
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
# Eye Friendly Colors
|
|
||||||
# Created by https://github.com/decaycs
|
|
||||||
|
|
||||||
# Special
|
|
||||||
background #0d0f18
|
|
||||||
foreground #a5b6cf
|
|
||||||
|
|
||||||
# Black
|
|
||||||
color0 #151720
|
|
||||||
color8 #1c1e27
|
|
||||||
|
|
||||||
# Red
|
|
||||||
color1 #dd6777
|
|
||||||
color9 #e26c7c
|
|
||||||
|
|
||||||
# Green
|
|
||||||
color4 #90ceaa
|
|
||||||
color12 #95d3af
|
|
||||||
|
|
||||||
# Yellow
|
|
||||||
color3 #ecd3a0
|
|
||||||
color11 #f1d8a5
|
|
||||||
|
|
||||||
# Blue
|
|
||||||
color2 #86aaec
|
|
||||||
color10 #8baff1
|
|
||||||
|
|
||||||
# Magenta
|
|
||||||
color5 #c296eb
|
|
||||||
color13 #c79bf0
|
|
||||||
|
|
||||||
# Cyan
|
|
||||||
color6 #93cee9
|
|
||||||
color14 #98d3ee
|
|
||||||
|
|
||||||
# White
|
|
||||||
color7 #cbced3
|
|
||||||
color15 #d0d3d8
|
|
||||||
|
|
||||||
# Cursor
|
|
||||||
cursor #cbced3
|
|
||||||
cursor_text_color #a5b6cf
|
|
||||||
|
|
||||||
# Selection highlight
|
|
||||||
selection_foreground #a5b6cf
|
|
||||||
selection_background #1c1e27
|
|
||||||
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
# Eye Friendly Colors
|
|
||||||
# Created by https://github.com/dexpota/kitty-themes
|
|
||||||
|
|
||||||
# Special
|
|
||||||
background #ffffff
|
|
||||||
foreground #262626
|
|
||||||
|
|
||||||
color0 #000000
|
|
||||||
color8 #545753
|
|
||||||
|
|
||||||
color1 #f72729
|
|
||||||
color9 #fb0416
|
|
||||||
|
|
||||||
color2 #32895c
|
|
||||||
color10 #2cc631
|
|
||||||
|
|
||||||
color3 #f96f1c
|
|
||||||
color11 #fcd627
|
|
||||||
|
|
||||||
color4 #125ccf
|
|
||||||
color12 #156ffe
|
|
||||||
|
|
||||||
color5 #9f00bc
|
|
||||||
color13 #e800b0
|
|
||||||
|
|
||||||
color6 #32c2c0
|
|
||||||
color14 #39d5ce
|
|
||||||
|
|
||||||
color7 #b2b2b2
|
|
||||||
color15 #ededec
|
|
||||||
|
|
||||||
# Cursor
|
|
||||||
cursor #6fd2fc
|
|
||||||
|
|
||||||
# Selection highlight
|
|
||||||
selection_foreground #ffffff
|
|
||||||
selection_background #6fd2fc
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
# The basic colors
|
|
||||||
foreground #D9D9D9
|
|
||||||
background #262626
|
|
||||||
selection_foreground #262626
|
|
||||||
selection_background #A6A6A6
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor #A6A6A6
|
|
||||||
cursor_text_color #D9D9D9
|
|
||||||
|
|
||||||
# URL underline color when hovering with mouse
|
|
||||||
url_color #D9D9D9
|
|
||||||
|
|
||||||
# Kitty window border colors
|
|
||||||
active_border_color #595959
|
|
||||||
inactive_border_color #595959
|
|
||||||
bell_border_color #595959
|
|
||||||
|
|
||||||
# OS Window titlebar colors
|
|
||||||
wayland_titlebar_color system
|
|
||||||
macos_titlebar_color system
|
|
||||||
|
|
||||||
# Tab bar colors
|
|
||||||
active_tab_foreground #D9D9D9
|
|
||||||
active_tab_background #262626
|
|
||||||
inactive_tab_foreground #D9D9D9
|
|
||||||
inactive_tab_background #262626
|
|
||||||
tab_bar_background #D9D9D9
|
|
||||||
|
|
||||||
# Colors for marks (marked text in the terminal)
|
|
||||||
mark1_foreground #262626
|
|
||||||
mark1_background #404040
|
|
||||||
mark2_foreground #262626
|
|
||||||
mark2_background #262626
|
|
||||||
mark3_foreground #262626
|
|
||||||
mark3_background #A6A6A6
|
|
||||||
|
|
||||||
# The 16 terminal colors
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #404040
|
|
||||||
color8 #404040
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #D9D9D9
|
|
||||||
color9 #D9D9D9
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #D9D9D9
|
|
||||||
color10 #D9D9D9
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #595959
|
|
||||||
color11 #595959
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #A6A6A6
|
|
||||||
color12 #A6A6A6
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #A6A6A6
|
|
||||||
color13 #A6A6A6
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #A6A6A6
|
|
||||||
color14 #A6A6A6
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #D9D9D9
|
|
||||||
color15 #D9D9D9
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
# gruvbox-dark colorscheme for kitty
|
|
||||||
# snazzy theme used as base
|
|
||||||
|
|
||||||
cursor #928374
|
|
||||||
cursor_text_color background
|
|
||||||
|
|
||||||
visual_bell_color #8ec07c
|
|
||||||
bell_border_color #8ec07c
|
|
||||||
|
|
||||||
active_border_color #d3869b
|
|
||||||
inactive_border_color #665c54
|
|
||||||
|
|
||||||
active_tab_foreground #fbf1c7
|
|
||||||
active_tab_background #665c54
|
|
||||||
inactive_tab_foreground #a89984
|
|
||||||
inactive_tab_background #3c3836
|
|
||||||
|
|
||||||
foreground #ebdbb2
|
|
||||||
background #272727
|
|
||||||
selection_foreground #655b53
|
|
||||||
selection_background #ebdbb2
|
|
||||||
url_color #d65c0d
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #272727
|
|
||||||
color8 #928373
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #cc231c
|
|
||||||
color9 #fb4833
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #989719
|
|
||||||
color10 #b8ba25
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #d79920
|
|
||||||
color11 #fabc2e
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #448488
|
|
||||||
color12 #83a597
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #b16185
|
|
||||||
color13 #d3859a
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #689d69
|
|
||||||
color14 #8ec07b
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #a89983
|
|
||||||
color15 #ebdbb2
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
## name: Rosé Pine Dawn
|
|
||||||
## author: mvllow
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-dawn.conf
|
|
||||||
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
|
|
||||||
|
|
||||||
foreground #575279
|
|
||||||
background #faf4ed
|
|
||||||
selection_foreground #575279
|
|
||||||
selection_background #dfdad9
|
|
||||||
|
|
||||||
cursor #cecacd
|
|
||||||
cursor_text_color #575279
|
|
||||||
|
|
||||||
url_color #907aa9
|
|
||||||
|
|
||||||
active_tab_foreground #575279
|
|
||||||
active_tab_background #f2e9e1
|
|
||||||
inactive_tab_foreground #9893a5
|
|
||||||
inactive_tab_background #faf4ed
|
|
||||||
|
|
||||||
active_border_color #286983
|
|
||||||
inactive_border_color #dfdad9
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #f2e9e1
|
|
||||||
color8 #9893a5
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #b4637a
|
|
||||||
color9 #b4637a
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #286983
|
|
||||||
color10 #286983
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #ea9d34
|
|
||||||
color11 #ea9d34
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #56949f
|
|
||||||
color12 #56949f
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #907aa9
|
|
||||||
color13 #907aa9
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #d7827e
|
|
||||||
color14 #d7827e
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #575279
|
|
||||||
color15 #575279
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
## name: Rosé Pine
|
|
||||||
## author: mvllow
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
|
|
||||||
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
|
|
||||||
|
|
||||||
foreground #e0def4
|
|
||||||
background #191724
|
|
||||||
selection_foreground #e0def4
|
|
||||||
selection_background #403d52
|
|
||||||
|
|
||||||
cursor #524f67
|
|
||||||
cursor_text_color #e0def4
|
|
||||||
|
|
||||||
url_color #c4a7e7
|
|
||||||
|
|
||||||
active_tab_foreground #e0def4
|
|
||||||
active_tab_background #26233a
|
|
||||||
inactive_tab_foreground #6e6a86
|
|
||||||
inactive_tab_background #191724
|
|
||||||
|
|
||||||
active_border_color #31748f
|
|
||||||
inactive_border_color #403d52
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #26233a
|
|
||||||
color8 #6e6a86
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #eb6f92
|
|
||||||
color9 #eb6f92
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #31748f
|
|
||||||
color10 #31748f
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #f6c177
|
|
||||||
color11 #f6c177
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #9ccfd8
|
|
||||||
color12 #9ccfd8
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #c4a7e7
|
|
||||||
color13 #c4a7e7
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #ebbcba
|
|
||||||
color14 #ebbcba
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #e0def4
|
|
||||||
color15 #e0def4
|
|
||||||
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
# Tokyo Night color scheme for kitty terminal emulator
|
|
||||||
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
|
||||||
#
|
|
||||||
# Based on Tokyo Night color theme for Visual Studio Code
|
|
||||||
# https://github.com/enkia/tokyo-night-vscode-theme
|
|
||||||
|
|
||||||
foreground #a9b1d6
|
|
||||||
background #24283b
|
|
||||||
|
|
||||||
# Black
|
|
||||||
color0 #414868
|
|
||||||
color8 #414868
|
|
||||||
|
|
||||||
# Red
|
|
||||||
color1 #f7768e
|
|
||||||
color9 #f7768e
|
|
||||||
|
|
||||||
# Green
|
|
||||||
color2 #73daca
|
|
||||||
color10 #73daca
|
|
||||||
|
|
||||||
# Yellow
|
|
||||||
color3 #e0af68
|
|
||||||
color11 #e0af68
|
|
||||||
|
|
||||||
# Blue
|
|
||||||
color4 #7aa2f7
|
|
||||||
color12 #7aa2f7
|
|
||||||
|
|
||||||
# Magenta
|
|
||||||
color5 #bb9af7
|
|
||||||
color13 #bb9af7
|
|
||||||
|
|
||||||
# Cyan
|
|
||||||
color6 #7dcfff
|
|
||||||
color14 #7dcfff
|
|
||||||
|
|
||||||
# White
|
|
||||||
color7 #c0caf5
|
|
||||||
color15 #c0caf5
|
|
||||||
|
|
||||||
# Cursor
|
|
||||||
cursor #c0caf5
|
|
||||||
cursor_text_color #1a1b26
|
|
||||||
|
|
||||||
# Selection highlight
|
|
||||||
selection_foreground none
|
|
||||||
selection_background #28344a
|
|
||||||
|
|
||||||
# The color for highlighting URLs on mouse-over
|
|
||||||
url_color #9ece6a
|
|
||||||
|
|
||||||
# Window borders
|
|
||||||
active_border_color #3d59a1
|
|
||||||
inactive_border_color #101014
|
|
||||||
bell_border_color #e0af68
|
|
||||||
|
|
||||||
# Tab bar
|
|
||||||
tab_bar_style fade
|
|
||||||
tab_fade 1
|
|
||||||
active_tab_foreground #3d59a1
|
|
||||||
active_tab_background #16161e
|
|
||||||
active_tab_font_style bold
|
|
||||||
inactive_tab_foreground #787c99
|
|
||||||
inactive_tab_background #16161e
|
|
||||||
inactive_tab_font_style bold
|
|
||||||
tab_bar_background #101014
|
|
||||||
|
|
||||||
# Title bar
|
|
||||||
macos_titlebar_color #16161e
|
|
||||||
|
|
||||||
# Storm
|
|
||||||
# background #24283b
|
|
||||||
# cursor_text_color #24283b
|
|
||||||
# active_tab_background #1f2335
|
|
||||||
# inactive_tab_background #1f2335
|
|
||||||
# macos_titlebar_color #1f2335
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
foreground #FFFFFF
|
|
||||||
background #1B1B29
|
|
||||||
selection_foreground #1B1B29
|
|
||||||
selection_background #FFFFFF
|
|
||||||
cursor #974C4E
|
|
||||||
cursor_text_color #FFFFFF
|
|
||||||
|
|
||||||
active_tab_foreground #1B1B29
|
|
||||||
active_tab_background #2D4E5C
|
|
||||||
inactive_tab_foreground #2D4E5C
|
|
||||||
inactive_tab_background #1B1B29
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #00001A
|
|
||||||
color8 #3B3B63
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #FCC5C6
|
|
||||||
color9 #D69FA0
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #C5D7FC
|
|
||||||
color10 #9FB1D6
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #C5ECFC
|
|
||||||
color11 #9FC6D6
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #8181B8
|
|
||||||
color12 #8181B8
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #8193B8
|
|
||||||
color13 #8193B8
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #81A7B8
|
|
||||||
color14 #81A7B8
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #FCC5C6
|
|
||||||
color15 #D69FA0
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
## name: Catppuccin Mocha 🌿
|
|
||||||
## author: Pocco81 (https://github.com/Pocco81)
|
|
||||||
## license: MIT
|
|
||||||
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
|
||||||
## blurb: Soothing pastel theme for the high-spirited!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# The basic colors
|
|
||||||
foreground #CDD6F4
|
|
||||||
background #1E1E2E
|
|
||||||
selection_foreground #1E1E2E
|
|
||||||
selection_background #F5E0DC
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor #F5E0DC
|
|
||||||
cursor_text_color #1E1E2E
|
|
||||||
|
|
||||||
# URL underline color when hovering with mouse
|
|
||||||
url_color #B4BEFE
|
|
||||||
|
|
||||||
# Kitty window border colors
|
|
||||||
active_border_color #CBA6F7
|
|
||||||
inactive_border_color #8E95B3
|
|
||||||
bell_border_color #EBA0AC
|
|
||||||
|
|
||||||
# OS Window titlebar colors
|
|
||||||
wayland_titlebar_color system
|
|
||||||
macos_titlebar_color system
|
|
||||||
|
|
||||||
# Tab bar colors
|
|
||||||
active_tab_foreground #11111B
|
|
||||||
active_tab_background #CBA6F7
|
|
||||||
inactive_tab_foreground #CDD6F4
|
|
||||||
inactive_tab_background #181825
|
|
||||||
tab_bar_background #11111B
|
|
||||||
|
|
||||||
# Colors for marks (marked text in the terminal)
|
|
||||||
mark1_foreground #1E1E2E
|
|
||||||
mark1_background #87B0F9
|
|
||||||
mark2_foreground #1E1E2E
|
|
||||||
mark2_background #CBA6F7
|
|
||||||
mark3_foreground #1E1E2E
|
|
||||||
mark3_background #74C7EC
|
|
||||||
|
|
||||||
# The 16 terminal colors
|
|
||||||
|
|
||||||
# black
|
|
||||||
color0 #43465A
|
|
||||||
color8 #43465A
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #F38BA8
|
|
||||||
color9 #F38BA8
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #A6E3A1
|
|
||||||
color10 #A6E3A1
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #F9E2AF
|
|
||||||
color11 #F9E2AF
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #87B0F9
|
|
||||||
color12 #87B0F9
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #F5C2E7
|
|
||||||
color13 #F5C2E7
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #94E2D5
|
|
||||||
color14 #94E2D5
|
|
||||||
|
|
||||||
# white
|
|
||||||
color7 #CDD6F4
|
|
||||||
color15 #A1A8C9
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
font=UbuntuMono 12.5
|
|
||||||
|
|
||||||
background-color=#404552
|
|
||||||
text-color=#e5e9f0
|
|
||||||
width=315
|
|
||||||
height=200
|
|
||||||
padding=10
|
|
||||||
margin=10
|
|
||||||
progress-color=over #eceff480
|
|
||||||
icon-path=/usr/share/icons/Arc-X-D
|
|
||||||
max-icon-size=70
|
|
||||||
layer=overlay
|
|
||||||
|
|
||||||
border-size=5
|
|
||||||
border-radius=0
|
|
||||||
border-color=#5294e2
|
|
||||||
|
|
||||||
default-timeout=5000
|
|
||||||
|
|
||||||
[urgency=high]
|
|
||||||
|
|
||||||
ignore-timeout=1
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
daemonize
|
|
||||||
show-failed-attempts
|
|
||||||
clock
|
|
||||||
screenshot
|
|
||||||
effect-blur=15x15
|
|
||||||
effect-vignette=1:1
|
|
||||||
color=1f1d2e80
|
|
||||||
font="Inter"
|
|
||||||
indicator
|
|
||||||
indicator-radius=200
|
|
||||||
indicator-thickness=20
|
|
||||||
line-color=1f1d2e
|
|
||||||
ring-color=191724
|
|
||||||
inside-color=1f1d2e
|
|
||||||
key-hl-color=eb6f92
|
|
||||||
separator-color=00000000
|
|
||||||
text-color=e0def4
|
|
||||||
text-caps-lock-color=""
|
|
||||||
line-ver-color=eb6f92
|
|
||||||
ring-ver-color=eb6f92
|
|
||||||
inside-ver-color=1f1d2e
|
|
||||||
text-ver-color=e0def4
|
|
||||||
ring-wrong-color=31748f
|
|
||||||
text-wrong-color=31748f
|
|
||||||
inside-wrong-color=1f1d2e
|
|
||||||
inside-clear-color=1f1d2e
|
|
||||||
text-clear-color=e0def4
|
|
||||||
ring-clear-color=9ccfd8
|
|
||||||
line-clear-color=1f1d2e
|
|
||||||
line-wrong-color=1f1d2e
|
|
||||||
bs-hl-color=31748f
|
|
||||||
grace=2
|
|
||||||
grace-no-mouse
|
|
||||||
grace-no-touch
|
|
||||||
datestr=%a, %B %e
|
|
||||||
timestr=%I:%M %p
|
|
||||||
fade-in=0.3
|
|
||||||
ignore-empty-password
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
0|28|bottom|( cpu memory custom/cpuinfo custom/gpuinfo ) ( idle_inhibitor clock )|( hyprland/workspaces hyprland/window )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|28|top|( cpu memory custom/cpuinfo custom/gpuinfo ) ( idle_inhibitor clock )|( hyprland/workspaces hyprland/window )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|28|bottom|( cpu memory custom/cpuinfo custom/gpuinfo ) ( idle_inhibitor clock ) ( hyprland/workspaces )|( hyprland/window )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|28|top|( cpu memory custom/cpuinfo ) ( idle_inhibitor clock ) ( hyprland/workspaces )|( hyprland/window )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0||bottom||( hyprland/workspaces hyprland/window )|( idle_inhibitor clock )|( cpu memory custom/cpuinfo custom/gpuinfo ) ( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0||top||( hyprland/workspaces hyprland/window )|( idle_inhibitor clock )|( cpu memory custom/cpuinfo custom/gpuinfo ) ( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|31|bottom|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( wlr/taskbar custom/spotify ) |( idle_inhibitor clock )|( tray battery ) ( backlight network bluetooth pulseaudio pulseaudio#microphone custom/keybindhint )
|
|
||||||
0|31|left|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( wlr/taskbar custom/spotify ) |( idle_inhibitor clock )|( tray battery ) ( backlight network bluetooth pulseaudio pulseaudio#microphone custom/keybindhint )
|
|
||||||
1|31|top|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( wlr/taskbar custom/spotify ) |( idle_inhibitor clock )|( tray battery ) ( backlight network bluetooth pulseaudio pulseaudio#microphone custom/keybindhint )
|
|
||||||
0|31|right|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( wlr/taskbar custom/spotify ) |( idle_inhibitor clock )|( tray battery ) ( backlight network bluetooth pulseaudio pulseaudio#microphone custom/keybindhint )
|
|
||||||
0|32|bottom||( custom/power ) ( tray battery ) ( wlr/taskbar idle_inhibitor clock ) ( custom/cliphist ) ( custom/wbar ) ( custom/wallchange ) ( custom/theme )|
|
|
||||||
0|32|left||( custom/power ) ( tray battery ) ( wlr/taskbar idle_inhibitor clock ) ( custom/cliphist ) ( custom/wbar ) ( custom/wallchange ) ( custom/theme )|
|
|
||||||
0|32|top||( custom/power ) ( tray battery ) ( wlr/taskbar idle_inhibitor clock ) ( custom/cliphist ) ( custom/wbar ) ( custom/wallchange ) ( custom/theme )|
|
|
||||||
0|32|right||( custom/power ) ( tray battery ) ( wlr/taskbar idle_inhibitor clock ) ( custom/cliphist ) ( custom/wbar ) ( custom/wallchange ) ( custom/theme )|
|
|
||||||
0|31|bottom|( cpu memory custom/cpuinfo custom/gpuinfo ) ( idle_inhibitor clock ) ( hyprland/workspaces )|( wlr/taskbar )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|31|top|( cpu memory custom/cpuinfo custom/gpuinfo ) ( idle_inhibitor clock ) ( hyprland/workspaces )|( wlr/taskbar )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates custom/keybindhint ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|29|bottom|( wlr/taskbar mpris )|( idle_inhibitor clock )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|29|left|( wlr/taskbar mpris )|( idle_inhibitor clock )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|29|top|( wlr/taskbar mpris )|( idle_inhibitor clock )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|29|right|( wlr/taskbar mpris )|( idle_inhibitor clock )|( backlight network bluetooth pulseaudio pulseaudio#microphone custom/updates ) ( tray battery ) ( custom/wallchange custom/theme custom/wbar custom/cliphist custom/power )
|
|
||||||
0|28|bottom|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( idle_inhibitor clock custom/spotify )|( wlr/taskbar )|( tray ) ( backlight network bluetooth pulseaudio pulseaudio#microphone )
|
|
||||||
0|28|left|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( idle_inhibitor clock custom/spotify )|( wlr/taskbar )|( tray ) ( backlight network bluetooth pulseaudio pulseaudio#microphone )
|
|
||||||
0|28|top|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( idle_inhibitor clock custom/spotify )|( wlr/taskbar )|( tray ) ( backlight network bluetooth pulseaudio pulseaudio#microphone )
|
|
||||||
0|28|right|( custom/power custom/cliphist custom/wbar custom/theme custom/wallchange ) ( idle_inhibitor clock custom/spotify )|( wlr/taskbar )|( tray ) ( backlight network bluetooth pulseaudio pulseaudio#microphone )
|
|
||||||
@@ -1,288 +0,0 @@
|
|||||||
// --// waybar config generated by wbarconfgen.sh //-- //
|
|
||||||
|
|
||||||
{
|
|
||||||
// sourced from header module //
|
|
||||||
|
|
||||||
"layer": "top",
|
|
||||||
"position": "top",
|
|
||||||
"mod": "dock",
|
|
||||||
"height": 31,
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"gtk-layer-shell": true,
|
|
||||||
|
|
||||||
|
|
||||||
// positions generated based on config.ctl //
|
|
||||||
|
|
||||||
"modules-left": ["custom/padd","custom/l_end","custom/power","custom/cliphist","custom/wbar","custom/theme","custom/wallchange","custom/r_end","custom/l_end","wlr/taskbar","custom/spotify","custom/r_end","","custom/padd"],
|
|
||||||
"modules-center": ["custom/padd","custom/l_end","idle_inhibitor","clock","custom/r_end","custom/padd"],
|
|
||||||
"modules-right": ["custom/padd","custom/l_end","tray","battery","custom/r_end","custom/l_end","backlight","network","bluetooth","pulseaudio","pulseaudio#microphone","custom/keybindhint","custom/r_end","custom/padd"],
|
|
||||||
|
|
||||||
|
|
||||||
// sourced from modules based on config.ctl //
|
|
||||||
|
|
||||||
"custom/power": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": 0,
|
|
||||||
"exec": "echo ; echo logout",
|
|
||||||
"on-click": "/home/lostecho/.config/hyprdots/scripts/logoutlaunch.sh 2",
|
|
||||||
"on-click-right": "/home/lostecho/.config/hyprdots/scripts/logoutlaunch.sh 1",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/cliphist": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": 0,
|
|
||||||
"exec": "echo ; echo clipboard history",
|
|
||||||
"on-click": "sleep 0.1 && /home/lostecho/.config/hyprdots/scripts/cliphist.sh c",
|
|
||||||
"on-click-right": "sleep 0.1 && /home/lostecho/.config/hyprdots/scripts/cliphist.sh d",
|
|
||||||
"on-click-middle": "sleep 0.1 && /home/lostecho/.config/hyprdots/scripts/cliphist.sh w",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/wbar": {
|
|
||||||
"format": "{}", // //
|
|
||||||
"rotate": 0,
|
|
||||||
"exec": "echo ; echo switch bar // dock",
|
|
||||||
"on-click": "/home/lostecho/.config/hyprdots/scripts/wbarconfgen.sh n",
|
|
||||||
"on-click-right": "/home/lostecho/.config/hyprdots/scripts/wbarconfgen.sh p",
|
|
||||||
"on-click-middle": "sleep 0.1 && /home/lostecho/.config/hyprdots/scripts/quickapps.sh kitty firefox spotify code dolphin",
|
|
||||||
"interval" : 86400,
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/theme": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": 0,
|
|
||||||
"exec": "echo ; echo switch theme",
|
|
||||||
"on-click": "/home/lostecho/.config/hyprdots/scripts/themeswitch.sh -n",
|
|
||||||
"on-click-right": "/home/lostecho/.config/hyprdots/scripts/themeswitch.sh -p",
|
|
||||||
"on-click-middle": "sleep 0.1 && /home/lostecho/.config/hyprdots/scripts/themeselect.sh",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/wallchange": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": 0,
|
|
||||||
"exec": "echo ; echo switch wallpaper",
|
|
||||||
"on-click": "/home/lostecho/.config/hyprdots/scripts/swwwallpaper.sh -n",
|
|
||||||
"on-click-right": "/home/lostecho/.config/hyprdots/scripts/swwwallpaper.sh -p",
|
|
||||||
"on-click-middle": "sleep 0.1 && /home/lostecho/.config/hyprdots/scripts/swwwallselect.sh",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"wlr/taskbar": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"rotate": 0,
|
|
||||||
"icon-size": 18,
|
|
||||||
"icon-theme": "Tela-circle-dracula",
|
|
||||||
"spacing": 0,
|
|
||||||
"tooltip-format": "{title}",
|
|
||||||
"on-click": "activate",
|
|
||||||
"on-click-middle": "close",
|
|
||||||
"ignore-list": [
|
|
||||||
"Alacritty"
|
|
||||||
],
|
|
||||||
"app_ids-mapping": {
|
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/spotify": {
|
|
||||||
"exec": "/usr/bin/env python3 /home/lostecho/.config/waybar/modules/mediaplayer.py --player spotify",
|
|
||||||
"format": " {}",
|
|
||||||
"rotate": 0,
|
|
||||||
"return-type": "json",
|
|
||||||
"on-click": "playerctl play-pause --player spotify",
|
|
||||||
"on-click-right": "playerctl next --player spotify",
|
|
||||||
"on-click-middle": "playerctl previous --player spotify",
|
|
||||||
"on-scroll-up": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -p spotify i",
|
|
||||||
"on-scroll-down": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -p spotify d",
|
|
||||||
"max-length": 25,
|
|
||||||
"escape": true,
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"idle_inhibitor": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-icons": {
|
|
||||||
"activated": "",
|
|
||||||
"deactivated": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%I:%M %p}",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-alt": "{:%R %d·%m·%y}",
|
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
|
||||||
"calendar": {
|
|
||||||
"mode": "month",
|
|
||||||
"mode-mon-col": 3,
|
|
||||||
"on-scroll": 1,
|
|
||||||
"on-click-right": "mode",
|
|
||||||
"format": {
|
|
||||||
"months": "<span color='#ffead3'><b>{}</b></span>",
|
|
||||||
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
|
||||||
"today": "<span color='#ff6699'><b>{}</b></span>"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "mode",
|
|
||||||
"on-click-forward": "tz_up",
|
|
||||||
"on-click-backward": "tz_down",
|
|
||||||
"on-scroll-up": "shift_up",
|
|
||||||
"on-scroll-down": "shift_down"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"tray": {
|
|
||||||
"icon-size": 18,
|
|
||||||
"rotate": 0,
|
|
||||||
"spacing": 5
|
|
||||||
},
|
|
||||||
|
|
||||||
"battery": {
|
|
||||||
"states": {
|
|
||||||
"good": 95,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 20
|
|
||||||
},
|
|
||||||
"format": "{icon} {capacity}%",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-charging": " {capacity}%",
|
|
||||||
"format-plugged": " {capacity}%",
|
|
||||||
"format-alt": "{time} {icon}",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""]
|
|
||||||
},
|
|
||||||
|
|
||||||
"backlight": {
|
|
||||||
"device": "intel_backlight",
|
|
||||||
"rotate": 0,
|
|
||||||
"format": "{icon} {percent}%",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
|
||||||
"on-scroll-up": "brightnessctl set 1%+",
|
|
||||||
"on-scroll-down": "brightnessctl set 1%-",
|
|
||||||
"min-length": 6
|
|
||||||
},
|
|
||||||
|
|
||||||
"network": {
|
|
||||||
"tooltip": true,
|
|
||||||
"format-wifi": " ",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-ethernet": " ",
|
|
||||||
"tooltip-format": "Network: <big><b>{essid}</b></big>\nSignal strength: <b>{signaldBm}dBm ({signalStrength}%)</b>\nFrequency: <b>{frequency}MHz</b>\nInterface: <b>{ifname}</b>\nIP: <b>{ipaddr}/{cidr}</b>\nGateway: <b>{gwaddr}</b>\nNetmask: <b>{netmask}</b>",
|
|
||||||
"format-linked": " {ifname} (No IP)",
|
|
||||||
"format-disconnected": " ",
|
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
|
||||||
"format-alt": "<span foreground='#99ffdd'> {bandwidthDownBytes}</span> <span foreground='#ffcc66'> {bandwidthUpBytes}</span>",
|
|
||||||
"interval": 2,
|
|
||||||
},
|
|
||||||
|
|
||||||
"bluetooth": {
|
|
||||||
"format": "",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-disabled": "",
|
|
||||||
"format-connected": " {num_connections}",
|
|
||||||
"format-connected-battery": "{icon} {num_connections}",
|
|
||||||
// "format-connected-battery": "{icon} {device_alias}-{device_battery_percentage}%",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
|
||||||
// "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device If this config option is not defined or none of the devices in the list are connected, it will fall back to showing the last connected device.
|
|
||||||
"tooltip-format": "{controller_alias}\n{num_connections} connected",
|
|
||||||
"tooltip-format-connected": "{controller_alias}\n{num_connections} connected\n\n{device_enumerate}",
|
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{icon} {device_battery_percentage}%"
|
|
||||||
},
|
|
||||||
|
|
||||||
"pulseaudio": {
|
|
||||||
"format": "{icon} {volume}",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-muted": "婢",
|
|
||||||
"on-click": "pavucontrol -t 3",
|
|
||||||
"on-click-middle": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -o m",
|
|
||||||
"on-scroll-up": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -o i",
|
|
||||||
"on-scroll-down": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -o d",
|
|
||||||
"tooltip-format": "{icon} {desc} // {volume}%",
|
|
||||||
"scroll-step": 5,
|
|
||||||
"format-icons": {
|
|
||||||
"headphone": "",
|
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"pulseaudio#microphone": {
|
|
||||||
"format": "{format_source}",
|
|
||||||
"rotate": 0,
|
|
||||||
"format-source": "",
|
|
||||||
"format-source-muted": "",
|
|
||||||
"on-click": "pavucontrol -t 4",
|
|
||||||
"on-click-middle": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -i m",
|
|
||||||
"on-scroll-up": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -i i",
|
|
||||||
"on-scroll-down": "/home/lostecho/.config/hyprdots/scripts/volumecontrol.sh -i d",
|
|
||||||
"tooltip-format": "{format_source} {source_desc} // {source_volume}%",
|
|
||||||
"scroll-step": 5
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/keybindhint": {
|
|
||||||
"format": " ",
|
|
||||||
"rotate": 0,
|
|
||||||
"on-click": "/home/lostecho/.config/hyprdots/scripts/keybinds_hint.sh"
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
// modules for padding //
|
|
||||||
|
|
||||||
"custom/l_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/r_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/sl_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/sr_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/rl_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/rr_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/padd": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
"backlight": {
|
|
||||||
"device": "intel_backlight",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format": "{icon} {percent}%",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", ""],
|
|
||||||
"on-scroll-up": "brightnessctl set 1%+",
|
|
||||||
"on-scroll-down": "brightnessctl set 1%-",
|
|
||||||
"min-length": 6
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
"battery": {
|
|
||||||
"states": {
|
|
||||||
"good": 95,
|
|
||||||
"warning": 30,
|
|
||||||
"critical": 20
|
|
||||||
},
|
|
||||||
"format": "{icon} {capacity}%",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-charging": " {capacity}%",
|
|
||||||
"format-plugged": " {capacity}%",
|
|
||||||
"format-alt": "{time} {icon}",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""]
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
"bluetooth": {
|
|
||||||
"format": "",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-disabled": "",
|
|
||||||
"format-connected": " {num_connections}",
|
|
||||||
"format-connected-battery": "{icon} {num_connections}",
|
|
||||||
// "format-connected-battery": "{icon} {device_alias}-{device_battery_percentage}%",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
|
||||||
// "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device If this config option is not defined or none of the devices in the list are connected, it will fall back to showing the last connected device.
|
|
||||||
"tooltip-format": "{controller_alias}\n{num_connections} connected",
|
|
||||||
"tooltip-format-connected": "{controller_alias}\n{num_connections} connected\n\n{device_enumerate}",
|
|
||||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
|
||||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{icon} {device_battery_percentage}%"
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
"custom/cliphist": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"exec": "echo ; echo clipboard history",
|
|
||||||
"on-click": "sleep 0.1 && ${ScrDir}/cliphist.sh c",
|
|
||||||
"on-click-right": "sleep 0.1 && ${ScrDir}/cliphist.sh d",
|
|
||||||
"on-click-middle": "sleep 0.1 && ${ScrDir}/cliphist.sh w",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
"clock": {
|
|
||||||
"format": "{:%I:%M %p}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-alt": "{:%R %d·%m·%y}",
|
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
|
||||||
"calendar": {
|
|
||||||
"mode": "month",
|
|
||||||
"mode-mon-col": 3,
|
|
||||||
"on-scroll": 1,
|
|
||||||
"on-click-right": "mode",
|
|
||||||
"format": {
|
|
||||||
"months": "<span color='#ffead3'><b>{}</b></span>",
|
|
||||||
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
|
||||||
"today": "<span color='#ff6699'><b>{}</b></span>"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "mode",
|
|
||||||
"on-click-forward": "tz_up",
|
|
||||||
"on-click-backward": "tz_down",
|
|
||||||
"on-scroll-up": "shift_up",
|
|
||||||
"on-scroll-down": "shift_down"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
"cpu": {
|
|
||||||
"interval": 10,
|
|
||||||
"format": " {usage}%",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-alt": "{icon0}{icon1}{icon2}{icon3}",
|
|
||||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
"custom/cpuinfo": {
|
|
||||||
"exec": " ${ScrDir}/cpuinfo.sh",
|
|
||||||
"return-type": "json",
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"interval": 5, // once every 5 seconds
|
|
||||||
"tooltip": true,
|
|
||||||
"max-length": 1000
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
|
|
||||||
// modules for padding //
|
|
||||||
|
|
||||||
"custom/l_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/r_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/sl_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/sr_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/rl_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/rr_end": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/padd": {
|
|
||||||
"format": " ",
|
|
||||||
"interval" : "once",
|
|
||||||
"tooltip": false
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
"custom/gpuinfo": {
|
|
||||||
"exec": " ${ScrDir}/gpuinfo.sh",
|
|
||||||
"return-type": "json",
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"interval": 5, // once every 5 seconds
|
|
||||||
"tooltip": true,
|
|
||||||
"max-length": 1000,
|
|
||||||
"on-click": "${ScrDir}/gpuinfo.sh --toggle",
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/gpuinfo#nvidia": {
|
|
||||||
"exec": " ${ScrDir}/gpuinfo.sh --use nvidia ",
|
|
||||||
"return-type": "json",
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"interval": 5, // once every 5 seconds
|
|
||||||
"tooltip": true,
|
|
||||||
"max-length": 1000,
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/gpuinfo#amd": {
|
|
||||||
"exec": " ${ScrDir}/gpuinfo.sh --use amd ",
|
|
||||||
"return-type": "json",
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"interval": 5, // once every 5 seconds
|
|
||||||
"tooltip": true,
|
|
||||||
"max-length": 1000,
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/gpuinfo#intel": {
|
|
||||||
"exec": " ${ScrDir}/gpuinfo.sh --use intel ",
|
|
||||||
"return-type": "json",
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"interval": 5, // once every 5 seconds
|
|
||||||
"tooltip": true,
|
|
||||||
"max-length": 1000,
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
// --// waybar config generated by wbarconfgen.sh //-- //
|
|
||||||
|
|
||||||
{
|
|
||||||
// sourced from header module //
|
|
||||||
|
|
||||||
"layer": "top",
|
|
||||||
"position": "${w_position}",
|
|
||||||
"mod": "dock",
|
|
||||||
"${hv_pos}": ${w_height},
|
|
||||||
"exclusive": true,
|
|
||||||
"passthrough": false,
|
|
||||||
"gtk-layer-shell": true,
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
"idle_inhibitor": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-icons": {
|
|
||||||
"activated": "",
|
|
||||||
"deactivated": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
"custom/keybindhint": {
|
|
||||||
"format": " ",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"on-click": "${ScrDir}/keybinds_hint.sh"
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
"hyprland/language": {
|
|
||||||
"format": "{short} {variant}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"on-click": "${ScrDir}/keyboardswitch.sh",
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,183 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
import gi
|
|
||||||
gi.require_version("Playerctl", "2.0")
|
|
||||||
from gi.repository import Playerctl, GLib
|
|
||||||
from gi.repository.Playerctl import Player
|
|
||||||
import argparse
|
|
||||||
import logging
|
|
||||||
import sys
|
|
||||||
import signal
|
|
||||||
import gi
|
|
||||||
import json
|
|
||||||
import os
|
|
||||||
from typing import List
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
def signal_handler(sig, frame):
|
|
||||||
logger.info("Received signal to stop, exiting")
|
|
||||||
sys.stdout.write("\n")
|
|
||||||
sys.stdout.flush()
|
|
||||||
# loop.quit()
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
|
|
||||||
class PlayerManager:
|
|
||||||
def __init__(self, selected_player=None):
|
|
||||||
self.manager = Playerctl.PlayerManager()
|
|
||||||
self.loop = GLib.MainLoop()
|
|
||||||
self.manager.connect(
|
|
||||||
"name-appeared", lambda *args: self.on_player_appeared(*args))
|
|
||||||
self.manager.connect(
|
|
||||||
"player-vanished", lambda *args: self.on_player_vanished(*args))
|
|
||||||
|
|
||||||
signal.signal(signal.SIGINT, signal_handler)
|
|
||||||
signal.signal(signal.SIGTERM, signal_handler)
|
|
||||||
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
|
||||||
self.selected_player = selected_player
|
|
||||||
|
|
||||||
self.init_players()
|
|
||||||
|
|
||||||
def init_players(self):
|
|
||||||
for player in self.manager.props.player_names:
|
|
||||||
if self.selected_player is not None and self.selected_player != player.name:
|
|
||||||
logger.debug(f"{player.name} is not the filtered player, skipping it")
|
|
||||||
continue
|
|
||||||
self.init_player(player)
|
|
||||||
|
|
||||||
def run(self):
|
|
||||||
logger.info("Starting main loop")
|
|
||||||
self.loop.run()
|
|
||||||
|
|
||||||
def init_player(self, player):
|
|
||||||
logger.info(f"Initialize new player: {player.name}")
|
|
||||||
player = Playerctl.Player.new_from_name(player)
|
|
||||||
player.connect("playback-status",
|
|
||||||
self.on_playback_status_changed, None)
|
|
||||||
player.connect("metadata", self.on_metadata_changed, None)
|
|
||||||
self.manager.manage_player(player)
|
|
||||||
self.on_metadata_changed(player, player.props.metadata)
|
|
||||||
|
|
||||||
def get_players(self) -> List[Player]:
|
|
||||||
return self.manager.props.players
|
|
||||||
|
|
||||||
def write_output(self, text, player, tooltip):
|
|
||||||
logger.debug(f"Writing output: {text}")
|
|
||||||
|
|
||||||
output = {"text": text,
|
|
||||||
"class": "custom-" + player.props.player_name,
|
|
||||||
"alt": player.props.player_name,
|
|
||||||
"tooltip": tooltip}
|
|
||||||
|
|
||||||
sys.stdout.write(json.dumps(output) + "\n")
|
|
||||||
sys.stdout.flush()
|
|
||||||
|
|
||||||
def clear_output(self):
|
|
||||||
sys.stdout.write("\n")
|
|
||||||
sys.stdout.flush()
|
|
||||||
|
|
||||||
def on_playback_status_changed(self, player, status, _=None):
|
|
||||||
logger.debug(f"Playback status changed for player {player.props.player_name}: {status}")
|
|
||||||
self.on_metadata_changed(player, player.props.metadata)
|
|
||||||
|
|
||||||
def get_first_playing_player(self):
|
|
||||||
players = self.get_players()
|
|
||||||
logger.debug(f"Getting first playing player from {len(players)} players")
|
|
||||||
if len(players) > 0:
|
|
||||||
# if any are playing, show the first one that is playing
|
|
||||||
# reverse order, so that the most recently added ones are preferred
|
|
||||||
for player in players[::-1]:
|
|
||||||
if player.props.status == "Playing":
|
|
||||||
return player
|
|
||||||
# if none are playing, show the first one
|
|
||||||
return players[0]
|
|
||||||
else:
|
|
||||||
logger.debug("No players found")
|
|
||||||
return None
|
|
||||||
|
|
||||||
def show_most_important_player(self):
|
|
||||||
logger.debug("Showing most important player")
|
|
||||||
# show the currently playing player
|
|
||||||
# or else show the first paused player
|
|
||||||
# or else show nothing
|
|
||||||
current_player = self.get_first_playing_player()
|
|
||||||
if current_player is not None:
|
|
||||||
self.on_metadata_changed(current_player, current_player.props.metadata)
|
|
||||||
else:
|
|
||||||
self.clear_output()
|
|
||||||
|
|
||||||
def on_metadata_changed(self, player, metadata, _=None):
|
|
||||||
logger.debug(f"Metadata changed for player {player.props.player_name}")
|
|
||||||
player_name = player.props.player_name
|
|
||||||
artist = player.get_artist()
|
|
||||||
title = player.get_title()
|
|
||||||
|
|
||||||
track_info = ""
|
|
||||||
if player_name == "spotify" and "mpris:trackid" in metadata.keys() and ":ad:" in player.props.metadata["mpris:trackid"]:
|
|
||||||
track_info = "Advertisement"
|
|
||||||
elif artist is not None and title is not None:
|
|
||||||
track_info = f"{artist} - {title}"
|
|
||||||
else:
|
|
||||||
track_info = title
|
|
||||||
tooltip = track_info
|
|
||||||
if track_info:
|
|
||||||
if player.props.status == "Playing":
|
|
||||||
track_info = " " + track_info
|
|
||||||
else:
|
|
||||||
track_info = " " + track_info
|
|
||||||
# only print output if no other player is playing
|
|
||||||
current_playing = self.get_first_playing_player()
|
|
||||||
if current_playing is None or current_playing.props.player_name == player.props.player_name:
|
|
||||||
self.write_output(track_info, player, tooltip)
|
|
||||||
else:
|
|
||||||
logger.debug(f"Other player {current_playing.props.player_name} is playing, skipping")
|
|
||||||
|
|
||||||
def on_player_appeared(self, _, player):
|
|
||||||
logger.info(f"Player has appeared: {player.name}")
|
|
||||||
if player is not None and (self.selected_player is None or player.name == self.selected_player):
|
|
||||||
self.init_player(player)
|
|
||||||
else:
|
|
||||||
logger.debug(
|
|
||||||
"New player appeared, but it's not the selected player, skipping")
|
|
||||||
|
|
||||||
def on_player_vanished(self, _, player):
|
|
||||||
logger.info(f"Player {player.props.player_name} has vanished")
|
|
||||||
self.show_most_important_player()
|
|
||||||
|
|
||||||
def parse_arguments():
|
|
||||||
parser = argparse.ArgumentParser()
|
|
||||||
|
|
||||||
# Increase verbosity with every occurrence of -v
|
|
||||||
parser.add_argument("-v", "--verbose", action="count", default=0)
|
|
||||||
|
|
||||||
# Define for which player we"re listening
|
|
||||||
parser.add_argument("--player")
|
|
||||||
|
|
||||||
parser.add_argument("--enable-logging", action="store_true")
|
|
||||||
|
|
||||||
return parser.parse_args()
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
arguments = parse_arguments()
|
|
||||||
|
|
||||||
# Initialize logging
|
|
||||||
if arguments.enable_logging:
|
|
||||||
logfile = os.path.join(os.path.dirname(
|
|
||||||
os.path.realpath(__file__)), "media-player.log")
|
|
||||||
logging.basicConfig(filename=logfile, level=logging.DEBUG,
|
|
||||||
format="%(asctime)s %(name)s %(levelname)s:%(lineno)d %(message)s")
|
|
||||||
|
|
||||||
# Logging is set by default to WARN and higher.
|
|
||||||
# With every occurrence of -v it's lowered by one
|
|
||||||
logger.setLevel(max((3 - arguments.verbose) * 10, 0))
|
|
||||||
|
|
||||||
logger.info("Creating player manager")
|
|
||||||
if arguments.player:
|
|
||||||
logger.info(f"Filtering for player: {arguments.player}")
|
|
||||||
player = PlayerManager(arguments.player)
|
|
||||||
player.run()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
"memory": {
|
|
||||||
"states": {
|
|
||||||
"c": 90, // critical
|
|
||||||
"h": 60, // high
|
|
||||||
"m": 30, // medium
|
|
||||||
},
|
|
||||||
"interval": 30,
|
|
||||||
"format": " {used}GB",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-m": " {used}GB",
|
|
||||||
"format-h": " {used}GB",
|
|
||||||
"format-c": " {used}GB",
|
|
||||||
"format-alt": " {percentage}%",
|
|
||||||
"max-length": 10,
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": " {percentage}%\n {used:0.1f}GB/{total:0.1f}GB"
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
"mpris": {
|
|
||||||
"format": "{player_icon} {dynamic}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
|
||||||
"player-icons": {
|
|
||||||
"default": "▶",
|
|
||||||
"mpv": "🎵"
|
|
||||||
},
|
|
||||||
"status-icons": {
|
|
||||||
"paused": "⏸"
|
|
||||||
},
|
|
||||||
// "ignored-players": ["firefox"]
|
|
||||||
"max-length": 1000,
|
|
||||||
"interval": 1
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
"network": {
|
|
||||||
"tooltip": true,
|
|
||||||
"format-wifi": " ",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-ethernet": " ",
|
|
||||||
"tooltip-format": "Network: <big><b>{essid}</b></big>\nSignal strength: <b>{signaldBm}dBm ({signalStrength}%)</b>\nFrequency: <b>{frequency}MHz</b>\nInterface: <b>{ifname}</b>\nIP: <b>{ipaddr}/{cidr}</b>\nGateway: <b>{gwaddr}</b>\nNetmask: <b>{netmask}</b>",
|
|
||||||
"format-linked": " {ifname} (No IP)",
|
|
||||||
"format-disconnected": " ",
|
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
|
||||||
"format-alt": "<span foreground='#99ffdd'> {bandwidthDownBytes}</span> <span foreground='#ffcc66'> {bandwidthUpBytes}</span>",
|
|
||||||
"interval": 2,
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
"custom/power": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"exec": "echo ; echo logout",
|
|
||||||
"on-click": "${ScrDir}/logoutlaunch.sh 2",
|
|
||||||
"on-click-right": "${ScrDir}/logoutlaunch.sh 1",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
"pulseaudio": {
|
|
||||||
"format": "{icon} {volume}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-muted": "婢",
|
|
||||||
"on-click": "pavucontrol -t 3",
|
|
||||||
"on-click-middle": "${ScrDir}/volumecontrol.sh -o m",
|
|
||||||
"on-scroll-up": "${ScrDir}/volumecontrol.sh -o i",
|
|
||||||
"on-scroll-down": "${ScrDir}/volumecontrol.sh -o d",
|
|
||||||
"tooltip-format": "{icon} {desc} // {volume}%",
|
|
||||||
"scroll-step": 5,
|
|
||||||
"format-icons": {
|
|
||||||
"headphone": "",
|
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"pulseaudio#microphone": {
|
|
||||||
"format": "{format_source}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"format-source": "",
|
|
||||||
"format-source-muted": "",
|
|
||||||
"on-click": "pavucontrol -t 4",
|
|
||||||
"on-click-middle": "${ScrDir}/volumecontrol.sh -i m",
|
|
||||||
"on-scroll-up": "${ScrDir}/volumecontrol.sh -i i",
|
|
||||||
"on-scroll-down": "${ScrDir}/volumecontrol.sh -i d",
|
|
||||||
"tooltip-format": "{format_source} {source_desc} // {source_volume}%",
|
|
||||||
"scroll-step": 5
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
"custom/spotify": {
|
|
||||||
"exec": "/usr/bin/env python3 $HOME/.config/waybar/modules/mediaplayer.py --player spotify",
|
|
||||||
"format": " {}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"return-type": "json",
|
|
||||||
"on-click": "playerctl play-pause --player spotify",
|
|
||||||
"on-click-right": "playerctl next --player spotify",
|
|
||||||
"on-click-middle": "playerctl previous --player spotify",
|
|
||||||
"on-scroll-up": "${ScrDir}/volumecontrol.sh -p spotify i",
|
|
||||||
"on-scroll-down": "${ScrDir}/volumecontrol.sh -p spotify d",
|
|
||||||
"max-length": 25,
|
|
||||||
"escape": true,
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,143 +0,0 @@
|
|||||||
* {
|
|
||||||
border: none;
|
|
||||||
border-radius: 0px;
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: ${s_fontpx}px;
|
|
||||||
min-height: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "themes/theme.css";
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: @bar-bg;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: @main-bg;
|
|
||||||
color: @main-fg;
|
|
||||||
border-radius: ${t_radius}px;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: ${w_radius}px;
|
|
||||||
margin-${x1}: ${w_margin}px;
|
|
||||||
margin-${x2}: ${w_margin}px;
|
|
||||||
margin-${x3}: 0px;
|
|
||||||
padding-${x3}: ${w_paddin}px;
|
|
||||||
padding-${x4}: ${w_paddin}px;
|
|
||||||
margin-${x4}: 0px;
|
|
||||||
color: @main-fg;
|
|
||||||
animation: ws_normal 20s ease-in-out 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
background: @wb-act-bg;
|
|
||||||
color: @wb-act-fg;
|
|
||||||
margin-${x3}: ${w_margin}px;
|
|
||||||
padding-${x3}: ${w_padact}px;
|
|
||||||
padding-${x4}: ${w_padact}px;
|
|
||||||
margin-${x4}: ${w_margin}px;
|
|
||||||
animation: ws_active 20s ease-in-out 1;
|
|
||||||
transition: all 0.4s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: @wb-hvr-bg;
|
|
||||||
color: @wb-hvr-fg;
|
|
||||||
animation: ws_hover 20s ease-in-out 1;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: ${w_radius}px;
|
|
||||||
margin-${x1}: ${w_margin}px;
|
|
||||||
margin-${x2}: ${w_margin}px;
|
|
||||||
margin-${x3}: 0px;
|
|
||||||
padding-${x3}: ${w_paddin}px;
|
|
||||||
padding-${x4}: ${w_paddin}px;
|
|
||||||
margin-${x4}: 0px;
|
|
||||||
color: @wb-color;
|
|
||||||
animation: tb_normal 20s ease-in-out 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background: @wb-act-bg;
|
|
||||||
color: @wb-act-color;
|
|
||||||
margin-${x3}: ${w_margin}px;
|
|
||||||
padding-${x3}: ${w_padact}px;
|
|
||||||
padding-${x4}: ${w_padact}px;
|
|
||||||
margin-${x4}: ${w_margin}px;
|
|
||||||
animation: tb_active 20s ease-in-out 1;
|
|
||||||
transition: all 0.4s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
background: @wb-hvr-bg;
|
|
||||||
color: @wb-hvr-color;
|
|
||||||
animation: tb_hover 20s ease-in-out 1;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
${modules_ls}
|
|
||||||
#custom-l_end,
|
|
||||||
#custom-r_end,
|
|
||||||
#custom-sl_end,
|
|
||||||
#custom-sr_end,
|
|
||||||
#custom-rl_end,
|
|
||||||
#custom-rr_end {
|
|
||||||
color: @main-fg;
|
|
||||||
background: @main-bg;
|
|
||||||
opacity: 1;
|
|
||||||
margin: ${x1g_margin}px ${x2g_margin}px ${x3g_margin}px ${x4g_margin}px;
|
|
||||||
padding-${x3}: ${g_paddin}px;
|
|
||||||
padding-${x4}: ${g_paddin}px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces,
|
|
||||||
#taskbar {
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-r_end {
|
|
||||||
border-radius: ${x1rb_radius}px ${x2rb_radius}px ${x3rb_radius}px ${x4rb_radius}px;
|
|
||||||
margin-${x4}: ${e_margin}px;
|
|
||||||
padding-${x4}: ${e_paddin}px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-l_end {
|
|
||||||
border-radius: ${x1lb_radius}px ${x2lb_radius}px ${x3lb_radius}px ${x4lb_radius}px;
|
|
||||||
margin-${x3}: ${e_margin}px;
|
|
||||||
padding-${x3}: ${e_paddin}px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-sr_end {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-${x4}: ${e_margin}px;
|
|
||||||
padding-${x4}: ${e_paddin}px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-sl_end {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-${x3}: ${e_margin}px;
|
|
||||||
padding-${x3}: ${e_paddin}px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-rr_end {
|
|
||||||
border-radius: ${x1rc_radius}px ${x2rc_radius}px ${x3rc_radius}px ${x4rc_radius}px;
|
|
||||||
margin-${x4}: ${e_margin}px;
|
|
||||||
padding-${x4}: ${e_paddin}px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-rl_end {
|
|
||||||
border-radius: ${x1lc_radius}px ${x2lc_radius}px ${x3lc_radius}px ${x4lc_radius}px;
|
|
||||||
margin-${x3}: ${e_margin}px;
|
|
||||||
padding-${x3}: ${e_paddin}px;
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
"wlr/taskbar": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"icon-size": ${i_task},
|
|
||||||
"icon-theme": "${i_theme}",
|
|
||||||
"spacing": 0,
|
|
||||||
"tooltip-format": "{title}",
|
|
||||||
"on-click": "activate",
|
|
||||||
"on-click-middle": "close",
|
|
||||||
"ignore-list": [
|
|
||||||
"Alacritty"
|
|
||||||
],
|
|
||||||
"app_ids-mapping": {
|
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
"custom/theme": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"exec": "echo ; echo switch theme",
|
|
||||||
"on-click": "${ScrDir}/themeswitch.sh -n",
|
|
||||||
"on-click-right": "${ScrDir}/themeswitch.sh -p",
|
|
||||||
"on-click-middle": "sleep 0.1 && ${ScrDir}/themeselect.sh",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
"tray": {
|
|
||||||
"icon-size": ${i_size},
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"spacing": 5
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
"custom/updates": {
|
|
||||||
"exec": "${ScrDir}/systemupdate.sh",
|
|
||||||
"return-type": "json",
|
|
||||||
"format": " {}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"on-click": "${ScrDir}/systemupdate.sh up",
|
|
||||||
"interval": 86400, // once every day
|
|
||||||
"tooltip": true,
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
"custom/wallchange": {
|
|
||||||
"format": "{}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"exec": "echo ; echo switch wallpaper",
|
|
||||||
"on-click": "${ScrDir}/swwwallpaper.sh -n",
|
|
||||||
"on-click-right": "${ScrDir}/swwwallpaper.sh -p",
|
|
||||||
"on-click-middle": "sleep 0.1 && ${ScrDir}/swwwallselect.sh",
|
|
||||||
"interval" : 86400, // once every day
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
"custom/wbar": {
|
|
||||||
"format": "{}", // //
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"exec": "echo ; echo switch bar // dock",
|
|
||||||
"on-click": "${ScrDir}/wbarconfgen.sh n",
|
|
||||||
"on-click-right": "${ScrDir}/wbarconfgen.sh p",
|
|
||||||
"on-click-middle": "sleep 0.1 && ${ScrDir}/quickapps.sh kitty firefox spotify code dolphin",
|
|
||||||
"interval" : 86400,
|
|
||||||
"tooltip": true
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
"hyprland/window": {
|
|
||||||
"format": " {}",
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"separate-outputs": true,
|
|
||||||
"rewrite": {
|
|
||||||
"${USER}@${set_sysname}:(.*)": "$1 ",
|
|
||||||
"(.*) — Mozilla Firefox": "$1 ",
|
|
||||||
"(.*)Mozilla Firefox": "Firefox ",
|
|
||||||
"(.*) - Visual Studio Code": "$1 ",
|
|
||||||
"(.*)Visual Studio Code": "Code ",
|
|
||||||
"(.*) — Dolphin": "$1 ",
|
|
||||||
"(.*)Spotify": "Spotify ",
|
|
||||||
"(.*)Steam": "Steam "
|
|
||||||
},
|
|
||||||
"max-length": 1000
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
"hyprland/workspaces": {
|
|
||||||
"disable-scroll": true,
|
|
||||||
"rotate": ${r_deg},
|
|
||||||
"all-outputs": true,
|
|
||||||
"active-only": false,
|
|
||||||
"on-click": "activate",
|
|
||||||
"persistent-workspaces": {
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
@@ -1,167 +0,0 @@
|
|||||||
* {
|
|
||||||
border: none;
|
|
||||||
border-radius: 0px;
|
|
||||||
font-family: "JetBrainsMono Nerd Font";
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 10px;
|
|
||||||
min-height: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "themes/theme.css";
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: @bar-bg;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: @main-bg;
|
|
||||||
color: @main-fg;
|
|
||||||
border-radius: 7px;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
margin-top: 3px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin-left: 0px;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
margin-right: 0px;
|
|
||||||
color: @main-fg;
|
|
||||||
animation: ws_normal 20s ease-in-out 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
background: @wb-act-bg;
|
|
||||||
color: @wb-act-fg;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
margin-right: 3px;
|
|
||||||
animation: ws_active 20s ease-in-out 1;
|
|
||||||
transition: all 0.4s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: @wb-hvr-bg;
|
|
||||||
color: @wb-hvr-fg;
|
|
||||||
animation: ws_hover 20s ease-in-out 1;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button {
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
padding: 0px;
|
|
||||||
border-radius: 9px;
|
|
||||||
margin-top: 3px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
margin-left: 0px;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
margin-right: 0px;
|
|
||||||
color: @wb-color;
|
|
||||||
animation: tb_normal 20s ease-in-out 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
background: @wb-act-bg;
|
|
||||||
color: @wb-act-color;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
margin-right: 3px;
|
|
||||||
animation: tb_active 20s ease-in-out 1;
|
|
||||||
transition: all 0.4s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button:hover {
|
|
||||||
background: @wb-hvr-bg;
|
|
||||||
color: @wb-hvr-color;
|
|
||||||
animation: tb_hover 20s ease-in-out 1;
|
|
||||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
|
||||||
#battery,
|
|
||||||
#bluetooth,
|
|
||||||
#custom-cliphist,
|
|
||||||
#clock,
|
|
||||||
#custom-cpuinfo,
|
|
||||||
#cpu,
|
|
||||||
#custom-gpuinfo,
|
|
||||||
#idle_inhibitor,
|
|
||||||
#custom-keybindhint,
|
|
||||||
#language,
|
|
||||||
#memory,
|
|
||||||
#mpris,
|
|
||||||
#network,
|
|
||||||
#custom-power,
|
|
||||||
#pulseaudio,
|
|
||||||
#custom-spotify,
|
|
||||||
#taskbar,
|
|
||||||
#custom-theme,
|
|
||||||
#tray,
|
|
||||||
#custom-updates,
|
|
||||||
#custom-wallchange,
|
|
||||||
#custom-wbar,
|
|
||||||
#window,
|
|
||||||
#workspaces,
|
|
||||||
#custom-l_end,
|
|
||||||
#custom-r_end,
|
|
||||||
#custom-sl_end,
|
|
||||||
#custom-sr_end,
|
|
||||||
#custom-rl_end,
|
|
||||||
#custom-rr_end {
|
|
||||||
color: @main-fg;
|
|
||||||
background: @main-bg;
|
|
||||||
opacity: 1;
|
|
||||||
margin: 4px 0px 4px 0px;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces,
|
|
||||||
#taskbar {
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-r_end {
|
|
||||||
border-radius: 0px 21px 21px 0px;
|
|
||||||
margin-right: 9px;
|
|
||||||
padding-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-l_end {
|
|
||||||
border-radius: 21px 0px 0px 21px;
|
|
||||||
margin-left: 9px;
|
|
||||||
padding-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-sr_end {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-right: 9px;
|
|
||||||
padding-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-sl_end {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-left: 9px;
|
|
||||||
padding-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-rr_end {
|
|
||||||
border-radius: 0px 7px 7px 0px;
|
|
||||||
margin-right: 9px;
|
|
||||||
padding-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-rl_end {
|
|
||||||
border-radius: 7px 0px 0px 7px;
|
|
||||||
margin-left: 9px;
|
|
||||||
padding-left: 3px;
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #9ca0b0;
|
|
||||||
@define-color main-fg #4c4f69;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #5c5f77;
|
|
||||||
@define-color wb-act-fg #dce0e8;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #dc8a78;
|
|
||||||
@define-color wb-hvr-fg #dce0e8;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #11111b;
|
|
||||||
@define-color main-fg #cdd6f4;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #a6adc8;
|
|
||||||
@define-color wb-act-fg #313244;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #f5c2e7;
|
|
||||||
@define-color wb-hvr-fg #313244;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 1);
|
|
||||||
|
|
||||||
@define-color main-bg #000000;
|
|
||||||
@define-color main-fg #FFA6C2;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #FFA6C2;
|
|
||||||
@define-color wb-act-fg #000000;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #FADA16;
|
|
||||||
@define-color wb-hvr-fg #000000;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(31, 35, 40, 0.95);
|
|
||||||
|
|
||||||
@define-color main-bg #101419;
|
|
||||||
@define-color main-fg #93cee9;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #93cee9;
|
|
||||||
@define-color wb-act-fg #1f2328;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #93cee9;
|
|
||||||
@define-color wb-hvr-fg #1f2328;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(255, 255, 255, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #7ed6ff;
|
|
||||||
@define-color main-fg #1E4C84;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #A44185;
|
|
||||||
@define-color wb-act-fg #e6f1f4;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #1E4C84;
|
|
||||||
@define-color wb-hvr-fg #e6f1f4;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(38, 38, 38, 1);
|
|
||||||
|
|
||||||
@define-color main-bg #262626;
|
|
||||||
@define-color main-fg #d9d9d9;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #d9d9d9;
|
|
||||||
@define-color wb-act-fg #262626;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #a6a6a6;
|
|
||||||
@define-color wb-hvr-fg #262626;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #475437;
|
|
||||||
@define-color main-fg #b5cc97;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #668f31;
|
|
||||||
@define-color wb-act-fg #c2d89c;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #c6eb6f;
|
|
||||||
@define-color wb-hvr-fg #c0fc47;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #faf4ed;
|
|
||||||
@define-color main-fg #907aa9;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #b4637a;
|
|
||||||
@define-color wb-act-fg #fffaf3;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #56949f;
|
|
||||||
@define-color wb-hvr-fg #fffaf3;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #26233a;
|
|
||||||
@define-color main-fg #ebbcba;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #31748f;
|
|
||||||
@define-color wb-act-fg #9ccfd8;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #eb6f92;
|
|
||||||
@define-color wb-hvr-fg #f6c177;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #24283b;
|
|
||||||
@define-color main-fg #7aa2f7;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #bb9af7;
|
|
||||||
@define-color wb-act-fg #b4f9f8;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #7aa2f7;
|
|
||||||
@define-color wb-hvr-fg #cfc9c2;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
@define-color main-bg #1B1B29;
|
|
||||||
@define-color main-fg #9F9FD6;
|
|
||||||
@define-color wb-act-bg #974C4E;
|
|
||||||
@define-color wb-act-fg #00001A;
|
|
||||||
@define-color wb-hvr-bg #1F293D;
|
|
||||||
@define-color wb-hvr-fg #9FC6D6;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
@define-color bar-bg rgba(0, 0, 0, 0);
|
|
||||||
|
|
||||||
@define-color main-bg #11111b;
|
|
||||||
@define-color main-fg #cdd6f4;
|
|
||||||
|
|
||||||
@define-color wb-act-bg #a6adc8;
|
|
||||||
@define-color wb-act-fg #313244;
|
|
||||||
|
|
||||||
@define-color wb-hvr-bg #f5c2e7;
|
|
||||||
@define-color wb-hvr-fg #313244;
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
width=600
|
|
||||||
height=350
|
|
||||||
location=center
|
|
||||||
show=drun
|
|
||||||
prompt=Search...
|
|
||||||
filter_rate=100
|
|
||||||
allow_markup=true
|
|
||||||
no_actions=true
|
|
||||||
halign=fill
|
|
||||||
orientation=vertical
|
|
||||||
content_halign=fill
|
|
||||||
insensitive=true
|
|
||||||
allow_images=true
|
|
||||||
image_size=40
|
|
||||||
gtk_dark=true
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
width=375
|
|
||||||
height=450
|
|
||||||
location=bottom_left
|
|
||||||
show=drun
|
|
||||||
prompt=Search...
|
|
||||||
filter_rate=100
|
|
||||||
allow_markup=true
|
|
||||||
no_actions=false
|
|
||||||
halign=fill
|
|
||||||
orientation=vertical
|
|
||||||
content_halign=fill
|
|
||||||
insensitive=true
|
|
||||||
allow_images=true
|
|
||||||
image_size=32
|
|
||||||
gtk_dark=true
|
|
||||||
layer=top
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
show=drun
|
|
||||||
prompt=Apps
|
|
||||||
normal_window=false
|
|
||||||
layer=top
|
|
||||||
columns=4
|
|
||||||
width=50%
|
|
||||||
height=50%
|
|
||||||
location=0
|
|
||||||
orientation=vertical
|
|
||||||
halign=fill
|
|
||||||
line_wrap=off
|
|
||||||
dynamic_lines=false
|
|
||||||
allow_markup=true
|
|
||||||
allow_images=true
|
|
||||||
image_size=32
|
|
||||||
exec_search=false
|
|
||||||
hide_search=false
|
|
||||||
parse_search=false
|
|
||||||
insensitive=false
|
|
||||||
hide_scroll=true
|
|
||||||
no_actions=true
|
|
||||||
sort_order=alphabetical
|
|
||||||
gtk_dark=true
|
|
||||||
filter_rate=100
|
|
||||||
key_expand=Tab
|
|
||||||
key_exit=Escape
|
|
||||||
@@ -1,75 +0,0 @@
|
|||||||
window {
|
|
||||||
margin: 0px;
|
|
||||||
border: 5px solid #1e1e2e;
|
|
||||||
background-color: #cdd6f4;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
padding: 4px;
|
|
||||||
margin: 4px;
|
|
||||||
padding-left: 20px;
|
|
||||||
border: none;
|
|
||||||
color: #1e1e2e;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #e7e7ec;
|
|
||||||
outline: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
#input:focus {
|
|
||||||
border: 0px solid #1e1e2e;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 4px;
|
|
||||||
border: 10px solid #e7e7ec;
|
|
||||||
color: #1e1e2e;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #e7e7ec;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #e7e7ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin-top: 5px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
/* background: rgb(255,255,255); */
|
|
||||||
}
|
|
||||||
|
|
||||||
#img:selected {
|
|
||||||
background-color: #89b4fa;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
color: #1e1e2e;
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
|
||||||
@@ -1,75 +0,0 @@
|
|||||||
window {
|
|
||||||
margin: 0px;
|
|
||||||
border: 5px solid #1e1e2e;
|
|
||||||
background-color: #cdd6f4;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
padding: 4px;
|
|
||||||
margin: 4px;
|
|
||||||
padding-left: 20px;
|
|
||||||
border: none;
|
|
||||||
color: #cdd6f4;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #1e1e2e;
|
|
||||||
outline: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
#input:focus {
|
|
||||||
border: 0px solid #1e1e2e;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 4px;
|
|
||||||
border: 10px solid #1e1e2e;
|
|
||||||
color: #cdd6f4;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #1e1e2e;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #1e1e2e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin-top: 5px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
/* background: rgb(255,255,255); */
|
|
||||||
}
|
|
||||||
|
|
||||||
#img:selected {
|
|
||||||
background-color: #89b4fa;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
color: #cdd6f4;
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
|
||||||
@@ -1,75 +0,0 @@
|
|||||||
window {
|
|
||||||
margin: 0px;
|
|
||||||
border: 5px solid #1e1e2e;
|
|
||||||
background-color: #cdd6f4;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
padding: 4px;
|
|
||||||
margin: 4px;
|
|
||||||
padding-left: 20px;
|
|
||||||
border: none;
|
|
||||||
color: #1e1e2e;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #e7e7ec;
|
|
||||||
outline: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
#input:focus {
|
|
||||||
border: 0px solid #1e1e2e;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 4px;
|
|
||||||
border: 10px solid #e7e7ec;
|
|
||||||
color: #1e1e2e;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #e7e7ec;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #e7e7ec;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
margin-top: 5px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
/* background: rgb(255,255,255); */
|
|
||||||
}
|
|
||||||
|
|
||||||
#img:selected {
|
|
||||||
background-color: #89b4fa;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
color: #1e1e2e;
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Logseq
|
Name=Logseq
|
||||||
Exec=/usr/bin/logseq --enable-features=UseOzonePlatform --ozone-platform=wayland %U
|
Exec=/home/lonelinster/Logseq-linux-x64-0.9.11.AppImage
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=logseq
|
Icon=~/.local/share/applications/Logseq.png
|
||||||
StartupWMClass=Logseq
|
StartupWMClass=Logseq
|
||||||
|
X-AppImage-Version=0.9.11
|
||||||
Comment=A privacy-first, open-source platform for knowledge management and collaboration.
|
Comment=A privacy-first, open-source platform for knowledge management and collaboration.
|
||||||
MimeType=x-scheme-handler/logseq
|
MimeType=x-scheme-handler/logseq
|
||||||
Categories=Utility
|
Categories=Utility
|
||||||
BIN
dotfiles/local/share/applications/Logseq.png
Normal file
BIN
dotfiles/local/share/applications/Logseq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user