This commit is contained in:
2026-06-13 16:53:24 +02:00
parent c5f22c4b79
commit 1109f91377
3 changed files with 31 additions and 9 deletions
+16 -4
View File
@@ -17,12 +17,19 @@ set $right l
set $term kitty set $term kitty
# Your preferred application launcher # Your preferred application launcher
set $menu rofi -show drun # set $menu rofi -show drun
set $menu fuzzel
### 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/)
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png fill
output eDP-1 bg /home/sinsa/Pictures/wallpapers/1.jpg fill
# #
# Example configuration: # Example configuration:
# #
@@ -43,6 +50,11 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# your displays after another 300 seconds, and turn your screens back on when # your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleitit # resumed. It will also lock your screen before your computer goes to sleitit
### Input configuration ### Input configuration
# #
# Example configuration: # Example configuration:
# #
@@ -68,10 +80,10 @@ input type:keyboard {
bindsym $mod+q exec $term bindsym $mod+q exec $term
# Kill focused window # Kill focused window
bindsym $mod+Shift+c kill bindsym $mod+c kill
# Start your launcher # Start your launcher
bindsym $mod+d exec $menu bindsym $mod+Return exec $menu
# Drag floating windows by holding down $mod and left mouse button. # Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod. # Resize them with right mouse button + $mod.
+14 -4
View File
@@ -119,6 +119,16 @@
} }
}, },
"actions": { "actions": {
"on-click-right": "mode", "on-click-right": "mode",
"on-click-forward": "tz_up", "on-click-forward": "tz_up",
@@ -128,15 +138,15 @@
}, },
"clock#2": { "clock#2": {
"format": " {:%I:%M %p}", // AM PM format // "format": " {:%I:%M %p}", // AM PM format
//"format": " {:%H:%M}",// 24H "format": " {:%H:%M}",// 24H
"format-alt": "{:%A | %H:%M | %e %B}", "format-alt": "{:%A | %H:%M | %e %B}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>" "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
}, },
"clock#3": { "clock#3": {
"format": "{:%I:%M %p - %d/%b}",//for AM/PM //"format": "{:%I:%M %p - %d/%b}",//for AM/PM
//"format": "{:%H:%M - %d/%b}",// 24H "format": "{:%H:%M - %d/%b}",// 24H
"tooltip": false "tooltip": false
}, },
+1 -1
View File
@@ -234,7 +234,7 @@
"tooltip": false "tooltip": false
}, },
"custom/separator#blank": { "custom/separator#blank": {
"format": "", "format": " ",
"interval": "once", "interval": "once",
"tooltip": false "tooltip": false
}, },