This commit is contained in:
Stefan Schwarz 2024-01-03 15:26:33 +01:00
parent 698e0b6ec2
commit 49ae5f3981
10 changed files with 129 additions and 107 deletions

View file

@ -7,18 +7,28 @@ draw_bold_text_with_bright_colors: true
colors:
primary:
background: "0x19181A"
foreground: "0xFCFCFA"
background: '0xf8f8f8'
foreground: '0x2a2b33'
normal:
black: "0x19181A"
red: "0xcc6666"
green: "0xa9dc76"
yellow: "0xffd866"
cyan: "0x78dce8"
magenta: "0xFC9867"
blue: "0xAB9DF2"
white: "0xFCFCFA"
black: '0x000000'
red: '0xde3d35'
green: '0x3e953a'
yellow: '0xd2b67b'
blue: '0x2f5af3'
magenta: '0xa00095'
cyan: '0x3e953a'
white: '0xbbbbbb'
bright:
black: '0x000000'
red: '0xde3d35'
green: '0x3e953a'
yellow: '0xd2b67b'
blue: '0x2f5af3'
magenta: '0xa00095'
cyan: '0x3e953a'
white: '0xffffff'
window:
dynamic_title: true

View file

@ -14,11 +14,12 @@ set $left h
set $down j
set $up k
set $right l
set $term wezterm
#set $term wezterm
set $term alacritty
set $wallpaper /home/stefan/wall.png
set $lock swaylock -t -i $wallpaper --scaling=fill
set $font CaskaydiaCove Nerd Font 10
set $menucolor \
set $menucolor -H 23 -b \
--tf=$white --tb=$cyan \
--ff=$black --fb=$white \
--cf=$cyan --cb=$white \
@ -26,14 +27,20 @@ set $menucolor \
--af=$black --ab=$white2 \
--hf=$white --hb=$cyan \
--sf=$white --sb=$cyan
set $menu bemenu-run -H 23 -b -p run $menucolor
set $menu bemenu-run -p run $menucolor
set $otpmenu ykman oath accounts code -s "$(ykman oath accounts list | bemenu -i $menucolor)" | wl-copy
font $font
input "1:1:AT_Translated_Set_2_keyboard" xkb_layout de
input "0:0:TUXEDO_Keyboard" xkb_layout de
input 1130:35:HID_046a:0023 xkb_layout de
input "2362:628:PIXA3854:00_093A:0274_Touchpad" click_method clickfinger
output * bg $wallpaper fill
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
output "BenQ Corporation BenQ SW2700 83H03922SL0" pos 1440 720
output "BNQ BenQ PD2705Q W4N00777019" transform 270
output "BNQ BenQ PD2705Q W4N00777019" pos 0 0
output "Dell Inc. Dell U4919DW HZVZWP2" res 5120x1440
output eDP-1 scale 1.25
@ -45,6 +52,7 @@ floating_modifier $mod normal
bindsym $mod+Shift+c reload
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
bindsym $mod+o exec keepassxc
bindsym $mod+Shift+o exec $otpmenu
bindsym $mod+z exec $lock
bindsym $mod+Up exec light -A 5
bindsym $mod+Down exec light -U 5

View file

@ -1,5 +1,5 @@
[theme]
name = "plain"
theme = "plain"
[theme.overrides]
idle_bg = "#fafafa"
idle_fg = "#000000"
@ -17,49 +17,45 @@ separator = "|"
[icons]
name = "none"
icons = "none"
[icons.overrides]
backlight_empty = ""
backlight_full = ""
backlight_partial1 = ""
backlight_partial2 = ""
backlight_partial3 = ""
bat = ""
bat_charging = ""
bat_discharging = ""
bat_empty = ""
bat_quarter = ""
bat_half = ""
bat_three_quarters = ""
bat_full = ""
cogs = "龍"
disk_drive = ""
headphones = "  "
memory_mem = ""
net_down = "DOWN"
net_up = "UP"
backlight = [
"󰌶",
"󱩏",
"󱩒",
"󱩕",
"󰛨",
]
bat = [
"󱃍 ",
"󰁻",
"󰁾",
"󰂁",
"󰁹",
]
bat_charging = ""
cogs = ""
disk_drive = "󱛟"
headphones = "  "
memory_mem = "󰍛"
net_down = "󰅛"
net_up = "󰱓"
net_vpn = " "
net_wired = ""
net_wireless = " "
thermometer = "  "
time = ""
volume_empty = ""
volume_full = ""
volume_half = ""
volume_muted= " MUTE"
net_wireless = " 󰖩"
thermometer = " 󰔏 "
time = "󰥔"
volume_muted = "󰖁 MUTE"
volume = [
"",
"󰕾",
"",
]
[[block]]
block = "net"
device = "wg"
hide_inactive = true
hide_missing = true
[[block]]
block = "net"
device = "wlo1"
hide_inactive = true
hide_missing = true
device = "wlp166s0"
format = " $icon $ip$frequency "
[[block]]
block = "custom"
@ -69,23 +65,19 @@ command = '''echo " $(cat /sys/class/thermal/thermal_zone0/temp | head -c 2)
block = "disk_space"
path = "/"
info_type = "available"
unit = "GB"
format = "{icon} {available}"
format = " $icon $available "
interval = 20
warning = 20.0
alert = 10.0
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{mem_total_used_percents}"
icons_format = " {icon}"
clickable = false
format = " $icon $mem_used/$mem_total "
[[block]]
block = "load"
interval = 1
format = "{1m}"
format = " $icon $1m "
[[block]]
block = "sound"
@ -98,11 +90,9 @@ block = "backlight"
block = "battery"
device = "BAT1"
interval = 10
format = "{percentage} ({time})"
full_format = "{percentage} ({time}) "
icons_format = " {icon} "
format = " $icon $percentage ($time) "
[[block]]
block = "time"
interval = 60
format = "%Y-%m-%d %H:%M"
format = " $timestamp.datetime(f:'%Y-%m-%d %H:%M') "

View file

@ -12,9 +12,6 @@ return {
window_close_confirmation = 'NeverPrompt',
default_prog = { '/run/current-system/sw/bin/bash' },
selection_fg = 'black',
selection_bg = '#fafafa',
keys = {
{
key = 'Escape',