mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more style & comfort update
This commit is contained in:
parent
5da82a8e80
commit
a2bfea4c99
6 changed files with 16 additions and 15 deletions
|
@ -29,7 +29,7 @@ set $screenshot_folder ~/Images/Captures\ d\'écrans/
|
|||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
|
||||
output * bg wallpapers/577806.jpg fill
|
||||
output * bg wallpapers/wipeout_1.jpg fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
|
@ -2,14 +2,7 @@
|
|||
"layer": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
"modules-right": [
|
||||
"wireplumber",
|
||||
"cpu",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"clock",
|
||||
"privacy"
|
||||
],
|
||||
"modules-right": ["wireplumber", "bluetooth", "network", "clock", "privacy"],
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
:root {
|
||||
--primary-color: #7b002c;
|
||||
}
|
||||
@define-color primary rgba(123, 0, 44, 1);
|
||||
|
||||
* {
|
||||
font-family: "CodeNewRoman Nerd Font";
|
||||
|
@ -12,7 +10,7 @@
|
|||
window#waybar {
|
||||
margin: 12px 24px;
|
||||
background-color: #fff;
|
||||
border: solid 2px var(--primary-color);
|
||||
border: solid 2px @primary;
|
||||
min-height: 14px; /* set waybar's height to 14px */
|
||||
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
|
||||
border-radius: 12px;
|
||||
|
@ -27,8 +25,6 @@ window#waybar {
|
|||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
border-bottom: solid 2px var(--primary-color);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue