le epic update

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-11-26 19:40:19 -05:00
parent 71624857ad
commit bc034a99ec
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
7 changed files with 24 additions and 22 deletions

View File

@ -64,7 +64,7 @@
/* The whole bar */ /* The whole bar */
#waybar { #waybar {
background: transparent; background: transparent;
color: black; color: white;
font-family: 'Fira Mono'; font-family: 'Fira Mono';
font-size: 14px; font-size: 14px;
} }
@ -89,7 +89,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#battery { #battery {
background-color: #F79489; background-color: #FF99C8;
color: black; color: black;
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
@ -128,7 +128,7 @@
#cpu { #cpu {
/* No styles */ /* No styles */
background-color: #F9C6C0; background-color: #FCC5DC;
color: black; color: black;
} }
@ -146,7 +146,7 @@
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
background-color: #FADCD9; background-color: #FBDBE6;
color: black; color: black;
} }
@ -192,7 +192,7 @@
#temperature { #temperature {
/* No styles */ /* No styles */
background-color: #F8AFA6; background-color: #FEAFD2;
color: black; color: black;
} }
@ -210,11 +210,11 @@
} }
#workspaces button { #workspaces button {
border: 2px solid black; border: 2px solid white;
border-radius: 15px; border-radius: 15px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
color: black; color: white;
} }
#workspaces button.focused { #workspaces button.focused {
@ -509,6 +509,8 @@ bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8 bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9 bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10 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 # Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2 bindsym $mod+Shift+2 move container to workspace number 2
@ -622,8 +624,6 @@ exec ~/.local/bin/beep-wrapper
# Audio # Audio
exec ~/.local/bin/start-pipewire exec ~/.local/bin/start-pipewire
bindswitch --reload --locked lid:on exec ~/.local/bin/suspend
bar { bar {
swaybar_command waybar swaybar_command waybar
} }

View File

@ -82,7 +82,7 @@
;; Development ;; Development
"at-spi2-core" "at-spi2-core"
"avr-toolchain" ;"avr-toolchain"
"gcc-toolchain" "gcc-toolchain"
"git" "git"
"git:send-email" "git:send-email"
@ -145,6 +145,8 @@
"screen" "screen"
"unzip" "unzip"
"wget" "wget"
"wireshark"
"xhost"
"yt-dlp"))) "yt-dlp")))
(services (services
(list (list

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 MiB

After

Width:  |  Height:  |  Size: 742 KiB

View File

@ -83,6 +83,8 @@ bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8 bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9 bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10 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 # Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2 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+r exec ~/.local/bin/wf-shadow -r LVDS-1
bindsym $mod+g exec ~/.local/bin/wf-shadow -r DP-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 XF86ScreenSaver exec ~/.local/bin/lock
bindsym Print exec ~/.local/bin/screenshot -w bindsym Print exec ~/.local/bin/screenshot -w
bindsym Pause exec ~/.local/bin/logout-wofi bindsym Pause exec ~/.local/bin/logout-wofi
@ -196,8 +197,6 @@ exec ~/.local/bin/beep-wrapper
# Audio # Audio
exec ~/.local/bin/start-pipewire exec ~/.local/bin/start-pipewire
bindswitch --reload --locked lid:on exec ~/.local/bin/suspend
bar { bar {
swaybar_command waybar swaybar_command waybar
} }

View File

@ -49,7 +49,7 @@
/* The whole bar */ /* The whole bar */
#waybar { #waybar {
background: transparent; background: transparent;
color: black; color: white;
font-family: 'Fira Mono'; font-family: 'Fira Mono';
font-size: 14px; font-size: 14px;
} }
@ -74,7 +74,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
#battery { #battery {
background-color: #F79489; background-color: #FF99C8;
color: black; color: black;
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
@ -113,7 +113,7 @@
#cpu { #cpu {
/* No styles */ /* No styles */
background-color: #F9C6C0; background-color: #FCC5DC;
color: black; color: black;
} }
@ -131,7 +131,7 @@
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
background-color: #FADCD9; background-color: #FBDBE6;
color: black; color: black;
} }
@ -177,7 +177,7 @@
#temperature { #temperature {
/* No styles */ /* No styles */
background-color: #F8AFA6; background-color: #FEAFD2;
color: black; color: black;
} }
@ -195,11 +195,11 @@
} }
#workspaces button { #workspaces button {
border: 2px solid black; border: 2px solid white;
border-radius: 15px; border-radius: 15px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
color: black; color: white;
} }
#workspaces button.focused { #workspaces button.focused {

View File

@ -7,7 +7,8 @@ if [[ $HOSTNAME == pp ]]; then
PASTE_COMMAND="wl-paste" PASTE_COMMAND="wl-paste"
WIFI=wlan0 WIFI=wlan0
WM="bash" 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 elif [[ $HOSTNAME == Neon ]]; then
export WLR_NO_HARDWARE_CURSORS=1 export WLR_NO_HARDWARE_CURSORS=1
else else

View File

@ -2,7 +2,7 @@
(use-modules (gnu) (cobra os)) (use-modules (gnu) (cobra os))
(operating-system (operating-system
(inherit %thinkpad) (inherit %base-guix-system)
(host-name "Neon") (host-name "Neon")
(mapped-devices (list (mapped-devices (list
(mapped-device (mapped-device