feat: change destktop design

This commit is contained in:
2024-11-07 13:09:52 +01:00
parent c0e2d93c49
commit cdbe1f1083
3 changed files with 31 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
# i3 config file (v4) # i3 config file (v4)
# font for window titles and bar # font for window titles and bar
font pango:Source Sans Pro 10 font pango:Source Sans Pro 8
# use win key # use win key
set $mod Mod4 set $mod Mod4
@@ -17,16 +17,16 @@ set $up k
set $right l set $right l
# define names for workspaces # define names for workspaces
set $ws1 "1:  " set $ws1 "1: "
set $ws2 "2:  " set $ws2 "2: "
set $ws3 "3:  " set $ws3 "3: "
set $ws4 "4:  " set $ws4 "4: "
set $ws5 "5:  " set $ws5 "5: "
set $ws6 "6:  " set $ws6 "6: "
set $ws7 "7:  " set $ws7 "7: "
set $ws8 "8:  " set $ws8 "8: "
set $ws9 "9:  " set $ws9 "9: "
set $ws10 "10:  " set $ws10 "10: "
# assign workspaces to primary monitor # assign workspaces to primary monitor
workspace $ws1 output primary workspace $ws1 output primary
@@ -271,12 +271,12 @@ assign [class="Lightdm-gtk-greeter-settings"] → $ws10
assign [class="Software-properties-gtk"] → $ws10 assign [class="Software-properties-gtk"] → $ws10
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #2b83a6 #2b83a6 #ffffff #dddddd #2b83a6 client.focused #252525 #252525 #8be9fd #dddddd #252525
client.focused_inactive #212121 #212121 #86888c #292d2e #5a5a5a client.focused_inactive #282a36 #282a36 #86888c #282a36 #5a5a5a
client.unfocused #212121 #212121 #86888c #292d2e #5a5a5a client.unfocused #282a36 #282a36 #86888c #292d2e #5a5a5a
client.urgent #d64e4e #d64e4e #ffffff #d64e4e #d64e4e client.urgent #282a36 #282a36 #ffb86c #282a36 #5a5a5a
client.placeholder #212121 #0c0c0c #ffffff #212121 #262626 client.placeholder #282a36 #282a36 #ffffff #282a36 #262626
client.background #212121 client.background #282a36
bar { bar {
swaybar_command waybar swaybar_command waybar

View File

@@ -149,7 +149,7 @@
"path": "/nix/" "path": "/nix/"
}, },
"tray": { "tray": {
"icon-size": 20 "icon-size": 14
} }
} }

View File

@@ -1,5 +1,5 @@
* { * {
font-size: 16px; font-size: 10px;
font-family: monospace; font-family: monospace;
} }
@@ -10,10 +10,12 @@ window#waybar {
#custom-right-arrow-dark, #custom-right-arrow-dark,
#custom-left-arrow-dark { #custom-left-arrow-dark {
font-size: 20px;
color: #252525; color: #252525;
} }
#custom-right-arrow-light, #custom-right-arrow-light,
#custom-left-arrow-light { #custom-left-arrow-light {
font-size: 20px;
color: #282a36; color: #282a36;
background: #252525; background: #252525;
} }
@@ -34,6 +36,7 @@ window#waybar {
#workspaces button { #workspaces button {
padding: 0 4px; padding: 0 4px;
padding-right: 8px;
color: #f8f8f2; color: #f8f8f2;
} }
#workspaces button.focused { #workspaces button.focused {
@@ -44,9 +47,7 @@ window#waybar {
text-shadow: inherit; text-shadow: inherit;
} }
#workspaces button:hover { #workspaces button:hover {
background: #252525; color: #bd93f9;
border: #252525;
padding: 0 6px;
} }
#network { #network {
@@ -68,12 +69,18 @@ window#waybar {
color: #ffb86c; color: #ffb86c;
} }
#clock, #clock {
padding: 0 10px;
}
#network, #network,
#pulseaudio, #pulseaudio,
#memory, #memory,
#cpu, #cpu,
#battery, #battery,
#disk { #disk {
padding: 0 20px; padding: 0 10px;
padding-left: 5px;
} }