diff --git a/.config/guix/cobra/home/configs.scm b/.config/guix/cobra/home/configs.scm index 6e58ba4..093c977 100644 --- a/.config/guix/cobra/home/configs.scm +++ b/.config/guix/cobra/home/configs.scm @@ -64,7 +64,7 @@ /* The whole bar */ #waybar { background: transparent; - color: black; + color: white; font-family: 'Fira Mono'; font-size: 14px; } @@ -89,7 +89,7 @@ * -------------------------------------------------------------------------- */ #battery { - background-color: #F79489; + background-color: #FF99C8; color: black; animation-timing-function: linear; animation-iteration-count: infinite; @@ -128,7 +128,7 @@ #cpu { /* No styles */ - background-color: #F9C6C0; + background-color: #FCC5DC; color: black; } @@ -146,7 +146,7 @@ animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; - background-color: #FADCD9; + background-color: #FBDBE6; color: black; } @@ -192,7 +192,7 @@ #temperature { /* No styles */ - background-color: #F8AFA6; + background-color: #FEAFD2; color: black; } @@ -210,11 +210,11 @@ } #workspaces button { - border: 2px solid black; + border: 2px solid white; border-radius: 15px; padding-left: 10px; padding-right: 10px; - color: black; + color: white; } #workspaces button.focused { @@ -509,6 +509,8 @@ bindsym $mod+7 workspace number 7 bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 +bindsym $mod+mod1+1 workspace number 11 +bindsym $mod+mod1+2 workspace number 12 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2 @@ -622,8 +624,6 @@ exec ~/.local/bin/beep-wrapper # Audio exec ~/.local/bin/start-pipewire -bindswitch --reload --locked lid:on exec ~/.local/bin/suspend - bar { swaybar_command waybar } diff --git a/.config/guix/home-config.scm b/.config/guix/home-config.scm index eac115d..8bfbcf2 100644 --- a/.config/guix/home-config.scm +++ b/.config/guix/home-config.scm @@ -82,7 +82,7 @@ ;; Development "at-spi2-core" - "avr-toolchain" + ;"avr-toolchain" "gcc-toolchain" "git" "git:send-email" @@ -145,6 +145,8 @@ "screen" "unzip" "wget" + "wireshark" + "xhost" "yt-dlp"))) (services (list diff --git a/.config/sway/background.png b/.config/sway/background.png index a73fc71..975aaea 100644 Binary files a/.config/sway/background.png and b/.config/sway/background.png differ diff --git a/.config/sway/config b/.config/sway/config index 6d3c7cd..e949069 100755 --- a/.config/sway/config +++ b/.config/sway/config @@ -83,6 +83,8 @@ bindsym $mod+7 workspace number 7 bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 +bindsym $mod+mod1+1 workspace number 11 +bindsym $mod+mod1+2 workspace number 12 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2 @@ -175,7 +177,6 @@ exec ~/.local/bin/make-combined bindsym $mod+r exec ~/.local/bin/wf-shadow -r LVDS-1 bindsym $mod+g exec ~/.local/bin/wf-shadow -r DP-1 -bindsym XF86RotateWindows exec ~/.local/bin/rotate bindsym XF86ScreenSaver exec ~/.local/bin/lock bindsym Print exec ~/.local/bin/screenshot -w bindsym Pause exec ~/.local/bin/logout-wofi @@ -196,8 +197,6 @@ exec ~/.local/bin/beep-wrapper # Audio exec ~/.local/bin/start-pipewire -bindswitch --reload --locked lid:on exec ~/.local/bin/suspend - bar { swaybar_command waybar } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3bb0893..7073182 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -49,7 +49,7 @@ /* The whole bar */ #waybar { background: transparent; - color: black; + color: white; font-family: 'Fira Mono'; font-size: 14px; } @@ -74,7 +74,7 @@ * -------------------------------------------------------------------------- */ #battery { - background-color: #F79489; + background-color: #FF99C8; color: black; animation-timing-function: linear; animation-iteration-count: infinite; @@ -113,7 +113,7 @@ #cpu { /* No styles */ - background-color: #F9C6C0; + background-color: #FCC5DC; color: black; } @@ -131,7 +131,7 @@ animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; - background-color: #FADCD9; + background-color: #FBDBE6; color: black; } @@ -177,7 +177,7 @@ #temperature { /* No styles */ - background-color: #F8AFA6; + background-color: #FEAFD2; color: black; } @@ -195,11 +195,11 @@ } #workspaces button { - border: 2px solid black; + border: 2px solid white; border-radius: 15px; padding-left: 10px; padding-right: 10px; - color: black; + color: white; } #workspaces button.focused { diff --git a/.devspec b/.devspec index 643bba5..b13a769 100644 --- a/.devspec +++ b/.devspec @@ -7,7 +7,8 @@ if [[ $HOSTNAME == pp ]]; then PASTE_COMMAND="wl-paste" WIFI=wlan0 WM="bash" -elif [[ $HOSTNAME == Oganesson || $HOSTNAME == Radon ]]; then : +elif [[ $HOSTNAME == Oganesson ]]; then : + #export WLR_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0 elif [[ $HOSTNAME == Neon ]]; then export WLR_NO_HARDWARE_CURSORS=1 else diff --git a/etc/guix-config/neon.scm b/etc/guix-config/neon.scm index 05c776c..66fce35 100644 --- a/etc/guix-config/neon.scm +++ b/etc/guix-config/neon.scm @@ -2,7 +2,7 @@ (use-modules (gnu) (cobra os)) (operating-system - (inherit %thinkpad) + (inherit %base-guix-system) (host-name "Neon") (mapped-devices (list (mapped-device