2026
This commit is contained in:
@@ -24,7 +24,7 @@ set $menu rofi -show drun
|
|||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
set $bg /data/sync/images/wallpapers/0002.jpg
|
set $bg /data/sync/images/wallpapers/0002.png
|
||||||
set $screenlock 'swaylock -i $bg'
|
set $screenlock 'swaylock -i $bg'
|
||||||
set $images $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
|
set $images $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
|
||||||
#
|
#
|
||||||
@@ -76,8 +76,9 @@ input "5426:156:Razer_Razer_DeathAdder_V2_X_HyperSpeed" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
#exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
||||||
exec --no-startup-id kwalletd6
|
exec --no-startup-id source ~/.config/fcitx.sh
|
||||||
exec --no-startup-id fcitx5
|
exec --no-startup-id fcitx5
|
||||||
|
exec --no-startup-id kwalletd6
|
||||||
#exec --no-startup-id blueman-applet
|
#exec --no-startup-id blueman-applet
|
||||||
exec --no-startup-id owncloud
|
exec --no-startup-id owncloud
|
||||||
exec --no-startup-id waybar
|
exec --no-startup-id waybar
|
||||||
|
|||||||
5
sway/swaylock.conf
Normal file
5
sway/swaylock.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Set a background image
|
||||||
|
image=/data/sync/images/wallpapers/0002.png
|
||||||
|
|
||||||
|
# Set the scaling mode for the image
|
||||||
|
scaling=fill
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["sway/workspaces", "sway/window"],
|
"modules-left": ["sway/workspaces", "sway/window"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["custom/tiramisu","battery", "bluetooth", "network", "wireplumber", "tray"],
|
"modules-right": ["custom/tiramisu","battery", "bluetooth", "wireplumber", "tray"],
|
||||||
//"modules-right": ["custom/tiramisu", "bluetooth",network", "wireplumber", "tray"],
|
//"modules-right": ["custom/tiramisu", "bluetooth",network", "wireplumber", "tray"],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
// "hyprland/workspaces": {
|
// "hyprland/workspaces": {
|
||||||
|
|||||||
@@ -83,15 +83,6 @@ tooltip label{
|
|||||||
background: @bg_hover;
|
background: @bg_hover;
|
||||||
color: @content_main;
|
color: @content_main;
|
||||||
}
|
}
|
||||||
button {
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
button:hover {
|
|
||||||
box-shadow: inherit;
|
|
||||||
text-shadow: inherit;
|
|
||||||
background: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar {
|
#taskbar {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user