1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 04:28:43 +01:00

bar and spacing tweaks

This commit is contained in:
Nick Boughton 2020-12-07 20:03:01 +00:00
parent d00b1554cb
commit 2d5df630be
4 changed files with 29 additions and 18 deletions

@ -49,7 +49,9 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
# autumn road # autumn road
#output * bg /home/nick/Pictures/Forests_Autumn_Roads_Trees_Foliage_Fog_557212_1920x1080.jpg fill #output * bg /home/nick/Pictures/Forests_Autumn_Roads_Trees_Foliage_Fog_557212_1920x1080.jpg fill
# Rowboat # Rowboat
output * bg /home/nick/Pictures/eNHamv.jpg fill #output * bg /home/nick/Pictures/eNHamv.jpg fill
# minimal blue sunset
output * bg /home/nick/Pictures/8895blnusy261.jpg fill
### Gnome settings ### Gnome settings
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
@ -274,12 +276,12 @@ smart_gaps off
default_border pixel 2 default_border pixel 2
default_floating_border normal default_floating_border normal
hide_edge_borders smart hide_edge_borders smart
titlebar_padding 5 titlebar_padding 5 2
# #
# Colors #93cee9 # Colors #93cee9
# #
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #2e3440 #2e3440 #d8dee9 #5e81ac #5e81ac client.focused #5e81ac #2e3440 #d8dee9 #5e81ac #5e81ac
client.focused_inactive #3b4252 #3b4252 #d8dee9 #4c566a #4c566a client.focused_inactive #3b4252 #3b4252 #d8dee9 #4c566a #4c566a
client.unfocused #434c5e #434c5e #d8dee9 #4c566a #4c566a client.unfocused #434c5e #434c5e #d8dee9 #4c566a #4c566a
client.urgent #bf616a #bf616a #d8dee9 #d08770 #d08770 client.urgent #bf616a #bf616a #d8dee9 #d08770 #d08770

@ -1,4 +1,4 @@
image=/home/nick/Pictures/803094.jpg image=/home/nick/Pictures/8895blnusy261.jpg
font=Roboto font=Roboto
indicator-radius=100 indicator-radius=100
indicator-thickness=20 indicator-thickness=20

@ -7,13 +7,10 @@
"margin-left": 5, "margin-left": 5,
"modules-left": [ "modules-left": [
"sway/workspaces", "sway/workspaces",
"custom/separator",
"idle_inhibitor", "idle_inhibitor",
"custom/separator",
"sway/mode", "sway/mode",
], ],
"modules-center": [ "modules-center": [
"custom/pacman"
], ],
"modules-right": [ "modules-right": [
"cpu", "cpu",
@ -24,11 +21,12 @@
"disk#1", "disk#1",
"disk#2", "disk#2",
"custom/separator", "custom/separator",
//"backlight",
//"custom/separator",
"battery",
"custom/separator",
"pulseaudio", "pulseaudio",
"custom/separator",
"backlight",
"custom/separator",
"battery",
"custom/pacman",
"clock" "clock"
], ],
"sway/workspaces": { "sway/workspaces": {
@ -135,7 +133,7 @@
"exec": "free -h | grep Swap | awk '{print $3}'" "exec": "free -h | grep Swap | awk '{print $3}'"
}, },
"custom/separator": { "custom/separator": {
"format": "", "format": "|",
//"rotate": 90, //"rotate": 90,
"tooltip": false "tooltip": false
} }
@ -151,15 +149,16 @@
"modules-right": ["tray", "custom/spotify"], "modules-right": ["tray", "custom/spotify"],
"wlr/taskbar": { "wlr/taskbar": {
"all-outputs": false, "all-outputs": false,
//"format": "{title:.15}...",
"format": "{icon} {title:.15}...", "format": "{icon} {title:.15}...",
"icon-theme": "DarK-svg", "icon-theme": "DarK-svg",
"icon-size": 12, "icon-size": 11,
"on-click": "activate", "on-click": "activate",
"on-middle-click": "close", "on-middle-click": "close",
"on-right-click": "minimize" "on-right-click": "minimize"
}, },
"tray": { "tray": {
"icon-size": 12, "icon-size": 11,
"spacing": 10 "spacing": 10
}, },
"custom/weather": { "custom/weather": {

@ -42,12 +42,11 @@ window#waybar {
text-shadow: none; text-shadow: none;
background: none; background: none;
padding: 0px; padding: 0px;
opacity: 0; /*opacity: 0;*/
} }
#mode { #mode {
margin-left: 5px; background: rgba(191, 97, 106, 0.75);
background: #bf616a;
} }
#disk.1, #disk.1,
@ -67,7 +66,8 @@ window#waybar {
} }
#custom-pacman { #custom-pacman {
background: rgba(94,129,172, 0.75); /*background: rgba(94,129,172, 0.75);*/
background: rgba(163,190,140, 0.75);
} }
#custom-weather { #custom-weather {
@ -104,3 +104,13 @@ window#waybar {
#taskbar button.active { #taskbar button.active {
background: rgba(180, 142, 173, 0.7); background: rgba(180, 142, 173, 0.7);
} }
#idle_inhibitor {
margin: 0px;
}
#idle_inhibitor.activated {
background: rgba(163, 190, 140, 0.75);
}
#idle_inhibitor.deactivated {
background: rgba(208, 135, 112, 0.75);
}