Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85a32b4df6 | ||
|
|
bc5d6dde76 |
63
config
63
config
@@ -21,7 +21,7 @@ set $right l
|
|||||||
set $term foot
|
set $term foot
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
#set $menu wmenu-run
|
#set $menu wmenu-run
|
||||||
set $menu "rofi -show drun"
|
set $menu "wofi --show drun"
|
||||||
set $browser firefox
|
set $browser firefox
|
||||||
|
|
||||||
# ... (previous config)
|
# ... (previous config)
|
||||||
@@ -38,47 +38,36 @@ default_border pixel 2
|
|||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
|
|
||||||
# Colors (Catppuccin Mocha Inspired)
|
# Colors (Minimalist Monochrome)
|
||||||
set $rosewater #f5e0dc
|
set $base #1a1a1a
|
||||||
set $flamingo #f2cdcd
|
set $mantle #151515
|
||||||
set $pink #f5c2e7
|
set $crust #0f0f0f
|
||||||
set $mauve #cba6f7
|
set $text #e0e0e0
|
||||||
set $red #f38ba8
|
set $subtext1 #c0c0c0
|
||||||
set $maroon #eba0ac
|
set $subtext0 #b0b0b0
|
||||||
set $peach #fab387
|
set $surface2 #404040
|
||||||
set $yellow #f9e2af
|
set $surface1 #333333
|
||||||
set $green #a6e3a1
|
set $surface0 #2a2a2a
|
||||||
set $teal #94e2d5
|
set $overlay2 #707070
|
||||||
set $sky #89dceb
|
set $overlay1 #606060
|
||||||
set $sapphire #74c7ec
|
set $overlay0 #505050
|
||||||
set $blue #89b4fa
|
set $accent #888888
|
||||||
set $lavender #b4befe
|
set $warning #d4a574
|
||||||
set $text #cdd6f4
|
set $critical #c47878
|
||||||
set $subtext1 #bac2de
|
|
||||||
set $subtext0 #a6adc8
|
|
||||||
set $overlay2 #9399b2
|
|
||||||
set $overlay1 #7f849c
|
|
||||||
set $overlay0 #6c7086
|
|
||||||
set $surface2 #585b70
|
|
||||||
set $surface1 #45475a
|
|
||||||
set $surface0 #313244
|
|
||||||
set $base #1e1e2e
|
|
||||||
set $mantle #181825
|
|
||||||
set $crust #11111b
|
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $mauve $base $text $rosewater $mauve
|
client.focused $accent $base $text $surface2 $accent
|
||||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
client.focused_inactive $surface1 $base $subtext0 $surface2 $surface1
|
||||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
client.unfocused $surface0 $base $subtext0 $surface2 $surface0
|
||||||
client.urgent $red $base $peach $overlay0 $red
|
client.urgent $critical $base $text $surface2 $critical
|
||||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
client.placeholder $surface0 $base $subtext0 $surface0 $surface0
|
||||||
client.background $base
|
client.background $base
|
||||||
|
|
||||||
### 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_1920x1080.png fill
|
||||||
output * bg /home/gh0s7/Pictures/xenoblade.jpg fill
|
output * bg /home/gh0s7/Pictures/wallpapers/TP1024.BMP fill
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
@@ -142,7 +131,7 @@ input * xkb_options caps:escape_shifted_capslock
|
|||||||
bindsym Alt+Space exec $menu
|
bindsym Alt+Space exec $menu
|
||||||
|
|
||||||
bindsym Ctrl+Alt+F exec $browser
|
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.
|
# 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.
|
||||||
@@ -164,6 +153,8 @@ input * xkb_options caps:escape_shifted_capslock
|
|||||||
bindsym $mod+$down focus down
|
bindsym $mod+$down focus down
|
||||||
bindsym $mod+$up focus up
|
bindsym $mod+$up focus up
|
||||||
bindsym $mod+$right focus right
|
bindsym $mod+$right focus right
|
||||||
|
bindsym Alt+Tab focus right
|
||||||
|
bindsym Alt+Shift+Tab focus left
|
||||||
# Or use $mod+[up|down|left|right]
|
# Or use $mod+[up|down|left|right]
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
|
|||||||
@@ -159,12 +159,13 @@
|
|||||||
// },
|
// },
|
||||||
"network": {
|
"network": {
|
||||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
"interval": 1,
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
"format-wifi": "⬇ {bandwidthDownBytes} ⬆ {bandwidthUpBytes}",
|
||||||
|
"format-ethernet": "⬇ {bandwidthDownBytes} ⬆ {bandwidthUpBytes}",
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||||
"format-linked": "{ifname} (No IP) ",
|
"format-linked": "{ifname} (No IP) ",
|
||||||
"format-disconnected": "Disconnected ⚠",
|
"format-disconnected": "Disconnected ⚠",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{essid} {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
// "scroll-step": 1, // %, can be a float
|
||||||
|
|||||||
155
waybar/style.css
155
waybar/style.css
@@ -1,47 +1,38 @@
|
|||||||
@define-color base #1e1e2e;
|
/* Minimalist monochrome color scheme */
|
||||||
@define-color mantle #181825;
|
@define-color base #1a1a1a;
|
||||||
@define-color crust #11111b;
|
@define-color mantle #151515;
|
||||||
|
@define-color crust #0f0f0f;
|
||||||
|
|
||||||
@define-color text #cdd6f4;
|
@define-color text #e0e0e0;
|
||||||
@define-color subtext0 #a6adc8;
|
@define-color subtext0 #b0b0b0;
|
||||||
@define-color subtext1 #bac2de;
|
@define-color subtext1 #c0c0c0;
|
||||||
|
|
||||||
@define-color surface0 #313244;
|
@define-color surface0 #2a2a2a;
|
||||||
@define-color surface1 #45475a;
|
@define-color surface1 #333333;
|
||||||
@define-color surface2 #585b70;
|
@define-color surface2 #404040;
|
||||||
|
|
||||||
@define-color overlay0 #6c7086;
|
@define-color overlay0 #505050;
|
||||||
@define-color overlay1 #7f849c;
|
@define-color overlay1 #606060;
|
||||||
@define-color overlay2 #9399b2;
|
@define-color overlay2 #707070;
|
||||||
|
|
||||||
@define-color blue #89b4fa;
|
/* Accent colors - only for critical states */
|
||||||
@define-color lavender #b4befe;
|
@define-color accent #888888;
|
||||||
@define-color sapphire #74c7ec;
|
@define-color warning #d4a574;
|
||||||
@define-color sky #89dceb;
|
@define-color critical #c47878;
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color mauve #cba6f7;
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color rosewater #f5e0dc;
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "Maple Mono NF CN", "Font Awesome 7 Free", Roboto, Helvetica, Arial, sans-serif;
|
font-family: "Maple Mono NF CN", "Font Awesome 7 Free", Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @surface0;
|
color: @text;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
@@ -51,7 +42,7 @@ window#waybar.hidden {
|
|||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
border-radius: 16px;
|
border-radius: 12px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
@@ -60,9 +51,10 @@ window#waybar.hidden {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @subtext0;
|
||||||
border-radius: 16px;
|
border-radius: 10px;
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
@@ -71,34 +63,34 @@ window#waybar.hidden {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: @base;
|
color: @text;
|
||||||
background-color: @mauve;
|
background-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
color: @base;
|
color: @base;
|
||||||
background-color: @red;
|
background-color: @critical;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window Title */
|
/* Window Title */
|
||||||
#window {
|
#window {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @surface0;
|
color: @subtext1;
|
||||||
border-radius: 16px;
|
border-radius: 12px;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modules Right - Grouped look */
|
/* Modules Right - Grouped look */
|
||||||
.modules-right {
|
.modules-right {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
/* background-color: @base; */
|
border-radius: 12px;
|
||||||
border-radius: 16px;
|
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Individual Module Styling */
|
/* Individual Module Styling - Unified monochrome design */
|
||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
#cpu,
|
#cpu,
|
||||||
@@ -111,37 +103,49 @@ window#waybar.hidden {
|
|||||||
#tray,
|
#tray,
|
||||||
#mpd,
|
#mpd,
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
padding: 0 12px;
|
padding: 0 10px;
|
||||||
margin: 0 4px;
|
margin: 0 3px;
|
||||||
color: @text; /* Changed to @text for better contrast with @surface1 and consistency */
|
color: @text;
|
||||||
background-color: @surface1; /* Changed to @surface1 */
|
background-color: @surface1;
|
||||||
border-radius: 16px;
|
border-radius: 10px;
|
||||||
|
transition: background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Specific Module Colors */
|
#clock:hover,
|
||||||
|
#battery:hover,
|
||||||
|
#cpu:hover,
|
||||||
|
#memory:hover,
|
||||||
|
#temperature:hover,
|
||||||
|
#backlight:hover,
|
||||||
|
#network:hover,
|
||||||
|
#pulseaudio:hover {
|
||||||
|
background-color: @surface2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Specific Module Colors - Minimalist approach */
|
||||||
#clock {
|
#clock {
|
||||||
background-color: @mauve;
|
background-color: @surface2;
|
||||||
color: @base;
|
color: @text;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: @green;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging, #battery.plugged {
|
#battery.charging, #battery.plugged {
|
||||||
background-color: @teal;
|
background-color: @surface2;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
#battery.warning:not(.charging) {
|
||||||
background-color: @peach;
|
background-color: @warning;
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
#battery.critical:not(.charging) {
|
||||||
background-color: @red;
|
background-color: @critical;
|
||||||
color: @base;
|
color: @base;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
@@ -151,41 +155,43 @@ window#waybar.hidden {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
background-color: @sapphire;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
background-color: @sky;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
background-color: @lavender;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature.critical {
|
#temperature.critical {
|
||||||
background-color: @red;
|
background-color: @critical;
|
||||||
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight {
|
#backlight {
|
||||||
background-color: @yellow;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
background-color: @blue;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
background-color: @overlay0;
|
background-color: @overlay0;
|
||||||
|
color: @subtext0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background-color: @pink;
|
background-color: @surface1;
|
||||||
color: @base;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
@@ -194,8 +200,8 @@ window#waybar.hidden {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: @peach;
|
background-color: @surface1;
|
||||||
color: @surface0;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window.empty {
|
#window.empty {
|
||||||
@@ -207,15 +213,20 @@ window#waybar.hidden {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#idle_inhibitor {
|
||||||
|
background-color: @surface1;
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
background-color: @red;
|
background-color: @critical;
|
||||||
color: @base;
|
color: @base;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: @text;
|
background-color: @overlay2;
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user