diff --git a/config b/config index 2ece1ea..4c26a02 100644 --- a/config +++ b/config @@ -21,7 +21,7 @@ set $right l set $term foot # Your preferred application launcher #set $menu wmenu-run -set $menu "rofi -show drun" +set $menu "wofi -show drun" set $browser firefox # ... (previous config) @@ -78,7 +78,7 @@ client.background $base # # 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 /home/gh0s7/Pictures/xenoblade.jpg fill +output * bg /home/gh0s7/Pictures/wallpapers/TP1024.BMP fill # # Example configuration: # @@ -142,7 +142,7 @@ input * xkb_options caps:escape_shifted_capslock bindsym Alt+Space exec $menu bindsym Ctrl+Alt+F exec $browser - bindsym Ctrl+Alt+L exec swaylock -i ~/Pictures/crychic.jpg -s fill + bindsym Ctrl+Alt+L exec swaylock -i ~/Pictures/wallpapers/IBM1024R.BMP -s fill # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -164,6 +164,8 @@ input * xkb_options caps:escape_shifted_capslock bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right + bindsym Alt+Tab focus right + bindsym Alt+Shift+Tab focus left # Or use $mod+[up|down|left|right] bindsym $mod+Left focus left bindsym $mod+Down focus down diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 32e4609..17c43db 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -159,12 +159,13 @@ // }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid} ({signalStrength}%) ", - "format-ethernet": "{ipaddr}/{cidr} ", + "interval": 1, + "format-wifi": "⬇ {bandwidthDownBytes} ⬆ {bandwidthUpBytes}", + "format-ethernet": "⬇ {bandwidthDownBytes} ⬆ {bandwidthUpBytes}", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", - "format-alt": "{ifname}: {ipaddr}/{cidr}" + "format-alt": "{essid} {ipaddr}/{cidr}" }, "pulseaudio": { // "scroll-step": 1, // %, can be a float diff --git a/waybar/style.css b/waybar/style.css index 79c9272..68df45f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -83,7 +83,7 @@ window#waybar.hidden { /* Window Title */ #window { background-color: transparent; - color: @surface0; + color: @text; border-radius: 16px; padding: 0 12px; margin: 0 4px;