mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Overhaul for hidpi laptop
This commit is contained in:
parent
1e345bd8ea
commit
9efd5a3f8a
1 changed files with 135 additions and 42 deletions
|
@ -1,8 +1,6 @@
|
||||||
hack: &hack Hack:pixelsize=10
|
|
||||||
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12
|
|
||||||
.everforest:
|
.everforest:
|
||||||
0: &foreground d8caacff
|
0: &foreground d8caacff
|
||||||
1: &background 323d43ff
|
1: &background 323d43cc
|
||||||
2: &black 4a555bff
|
2: &black 4a555bff
|
||||||
3: &dark_grey 525c62ff
|
3: &dark_grey 525c62ff
|
||||||
4: &dark_red e26c6eff
|
4: &dark_red e26c6eff
|
||||||
|
@ -19,84 +17,179 @@ awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12
|
||||||
15: &cyan 83c092ff
|
15: &cyan 83c092ff
|
||||||
16: &light_grey d0bf9bff
|
16: &light_grey d0bf9bff
|
||||||
17: &white d8caacff
|
17: &white d8caacff
|
||||||
|
hack: &hack Hack:pixelsize=28
|
||||||
|
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=26
|
||||||
|
separator: &separator {string: {text: " | ", font: *hack, foreground: *light_grey}}
|
||||||
|
|
||||||
bar:
|
bar:
|
||||||
monitor: DP-2
|
height: 72
|
||||||
height: 26
|
|
||||||
location: bottom
|
location: bottom
|
||||||
layer: top
|
layer: top
|
||||||
spacing: 2
|
spacing: 2
|
||||||
margin: 2
|
margin: 2
|
||||||
font: Hack:pixelsize=10
|
font: *hack
|
||||||
foreground: *foreground
|
foreground: *foreground
|
||||||
background: *background
|
background: *background
|
||||||
border:
|
border:
|
||||||
width: 1
|
top-width: 0
|
||||||
color: *dark_cyan
|
bottom-width: 4
|
||||||
margin: 2
|
left-width: 0
|
||||||
|
right-width: 0
|
||||||
|
color: *light_grey
|
||||||
|
margin: 0
|
||||||
|
|
||||||
left:
|
left:
|
||||||
- river:
|
- river:
|
||||||
anchors:
|
anchors:
|
||||||
- base: &river_base
|
- base: &river_base
|
||||||
margin: 10
|
left-margin: 56
|
||||||
|
right-margin: 56
|
||||||
text: "{id}"
|
text: "{id}"
|
||||||
on-click: sh -c 'riverctl set-focused-tags $((1 << ({id} - 1)))'
|
|
||||||
|
|
||||||
content:
|
content:
|
||||||
map:
|
map:
|
||||||
on-click: sh -c 'riverctl set-focused-tags $((1 << ({id} - 1)))'
|
on-click:
|
||||||
|
left: sh -c "riverctl set-focused-tags $((1 << ({id} - 1)))"
|
||||||
|
middle: sh -c "riverctl toggle-view-tags $((1 << ({id} -1)))"
|
||||||
|
right: sh -c "riverctl toggle-focused-tags $((1 << ({id} -1)))"
|
||||||
conditions:
|
conditions:
|
||||||
urgent:
|
urgent:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {background: {color: *dark_red}}
|
deco: {stack: [{background: {color: *dark_red}}, {underline: {size: 4, color: *black}}]}
|
||||||
|
foreground: *black
|
||||||
focused:
|
focused:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {background: {color: *dark_cyan}}
|
deco: {stack: [{background: {color: *light_grey}}, {underline: {size: 4, color: *dark_grey}}]}
|
||||||
|
foreground: *dark_grey
|
||||||
~focused && occupied:
|
~focused && occupied:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {background: {color: *light_grey}}
|
deco: {stack: [{background: {color: *dark_grey}}, {underline: {size: 4, color: *light_grey}}]}
|
||||||
|
foreground: *light_grey
|
||||||
visible && occupied:
|
visible && occupied:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {background: {color: *dark_green}}
|
deco: {background: {color: *light_grey}}
|
||||||
|
foreground: *dark_grey
|
||||||
visible && ~occupied:
|
visible && ~occupied:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {background: {color: *dark_blue}}
|
deco: {background: {color: *dark_grey}}
|
||||||
|
foreground: *light_grey
|
||||||
~visible && occupied:
|
~visible && occupied:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
deco: {background: {color: *dark_grey}}
|
deco: {stack: [{background: {color: *dark_grey}}, {underline: {size: 4, color: *light_grey}}]}
|
||||||
~visible && ~occupied: {empty: {}}
|
foreground: *light_grey
|
||||||
|
id < 10 && ~visible && ~occupied:
|
||||||
|
string:
|
||||||
|
<<: *river_base
|
||||||
|
foreground: *light_grey
|
||||||
|
id >= 10 && ~visible && ~occupied: {empty: {}}
|
||||||
~focused:
|
~focused:
|
||||||
string:
|
string:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
|
foreground: *light_grey
|
||||||
|
|
||||||
|
center:
|
||||||
|
- foreign-toplevel:
|
||||||
|
content:
|
||||||
|
map:
|
||||||
|
conditions:
|
||||||
|
activated:
|
||||||
|
- string: {text: "{app-id}: {title}"}
|
||||||
|
~activated: {empty: {}}
|
||||||
|
|
||||||
right:
|
right:
|
||||||
|
- pulse:
|
||||||
|
content:
|
||||||
|
map:
|
||||||
|
conditions:
|
||||||
|
sink_muted:
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: " {sink_percent}% ({sink_port})"}
|
||||||
|
~sink_muted:
|
||||||
|
- ramp:
|
||||||
|
tag: sink_percent
|
||||||
|
items:
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: " {sink_percent}% ({sink_port})"}
|
||||||
|
- label:
|
||||||
|
content: *separator
|
||||||
|
- backlight:
|
||||||
|
name: amdgpu_bl0
|
||||||
|
content:
|
||||||
|
- ramp:
|
||||||
|
tag: percent
|
||||||
|
items:
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: " {percent}%"}
|
||||||
|
- label:
|
||||||
|
content: *separator
|
||||||
- network:
|
- network:
|
||||||
name: wlan0
|
name: wlan0
|
||||||
poll-interval: 1000
|
poll-interval: 1000
|
||||||
content:
|
content:
|
||||||
map:
|
map:
|
||||||
default: {string: {text: , font: *awesome, foreground: *black}}
|
default: {string: {text: , font: *awesome}}
|
||||||
conditions:
|
conditions:
|
||||||
state == down: {string: {text: , font: *awesome, foreground: *red}}
|
state == down: {string: {text: , font: *awesome, foreground: *dark_grey}}
|
||||||
state == up:
|
state == up:
|
||||||
map:
|
map:
|
||||||
default:
|
default:
|
||||||
- string: {text: , font: *awesome}
|
- string: {text: , font: *awesome}
|
||||||
- string: {text: "{ssid} {dl-speed:mb}/{ul-speed:mb} Mb/s"}
|
- string: {text: " {name}: {state}"}
|
||||||
|
#- string: {text: " {ssid} {dl-speed:mb}/{ul-speed:mb} Mb/s", foreground: *light_grey}
|
||||||
conditions:
|
conditions:
|
||||||
ipv4 == "":
|
ipv4 == "":
|
||||||
- string: {text: , font: *awesome, foreground: *black}
|
- string: {text: , font: *awesome}
|
||||||
- string: {text: "{ssid} {dl-speed:mb}/{ul-speed:mb} Mb/s", foreground: *black}
|
- string: {text: " {name}: {state}"}
|
||||||
|
#- string: {text: " {ssid} {dl-speed:mb}/{ul-speed:mb} Mb/s", foreground: *light_grey}
|
||||||
|
- label:
|
||||||
|
content: *separator
|
||||||
|
- battery:
|
||||||
|
name: BAT0
|
||||||
|
poll-interval: 10
|
||||||
|
anchors:
|
||||||
|
discharging: &discharging
|
||||||
|
list:
|
||||||
|
items:
|
||||||
|
- ramp:
|
||||||
|
tag: capacity
|
||||||
|
items:
|
||||||
|
- string: {text: , foreground: *dark_red, font: *awesome}
|
||||||
|
- string: {text: , foreground: *dark_yellow, font: *awesome}
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: " {capacity}% {estimate}"}
|
||||||
|
content:
|
||||||
|
map:
|
||||||
|
conditions:
|
||||||
|
state == unknown:
|
||||||
|
<<: *discharging
|
||||||
|
state == discharging:
|
||||||
|
<<: *discharging
|
||||||
|
state == charging:
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: " {capacity}% {estimate}"}
|
||||||
|
state == full:
|
||||||
|
- string: {text: , foreground: *dark_green, font: *awesome}
|
||||||
|
- string: {text: " {capacity}% full", foreground: *dark_green}
|
||||||
|
state == "not charging":
|
||||||
|
- string: {text: , font: *awesome}
|
||||||
|
- string: {text: " {capacity}%"}
|
||||||
|
- label:
|
||||||
|
content: *separator
|
||||||
- clock:
|
- clock:
|
||||||
|
date-format: "%Y-%m-%d"
|
||||||
|
time-format: "%R"
|
||||||
content:
|
content:
|
||||||
- string: {text: , font: *awesome}
|
- string: {text: , font: *awesome}
|
||||||
- string: {text: "{date}", right-margin: 5}
|
- string: {text: " {date} | "}
|
||||||
- string: {text: , font: *awesome}
|
- string: {text: , font: *awesome}
|
||||||
- string: {text: "{time}"}
|
- string: {text: " {time} "}
|
||||||
|
|
Loading…
Reference in a new issue