diff --git a/sway/config b/sway/config index b3d046f..300856c 100644 --- a/sway/config +++ b/sway/config @@ -24,7 +24,7 @@ set $menu rofi -show drun ### Output configuration # # 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 $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 kwalletd6 +exec --no-startup-id source ~/.config/fcitx.sh exec --no-startup-id fcitx5 +exec --no-startup-id kwalletd6 #exec --no-startup-id blueman-applet exec --no-startup-id owncloud exec --no-startup-id waybar diff --git a/sway/swaylock.conf b/sway/swaylock.conf new file mode 100644 index 0000000..adeb4c7 --- /dev/null +++ b/sway/swaylock.conf @@ -0,0 +1,5 @@ +# Set a background image +image=/data/sync/images/wallpapers/0002.png + +# Set the scaling mode for the image +scaling=fill diff --git a/waybar/config b/waybar/config index d800255..8698f38 100644 --- a/waybar/config +++ b/waybar/config @@ -4,7 +4,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/window"], "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 configuration // "hyprland/workspaces": { diff --git a/waybar/style.css b/waybar/style.css index 8653dd7..2aa19d7 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -83,15 +83,6 @@ tooltip label{ background: @bg_hover; color: @content_main; } -button { - border: none; - border-radius: 0; -} -button:hover { - box-shadow: inherit; - text-shadow: inherit; - background: inherit; -} #taskbar { }