Update
|
@ -41,6 +41,7 @@ vpn_vta = 'alacritty -e /home/roland/.local/bin/vpn'
|
|||
rdp = 'alacritty -e /home/roland/.local/bin/bjendal'
|
||||
rofi = 'rofi -combi-modi window,drun,ssh -theme nord -font "hack 12" -show drun -icon-theme "Papirus" -show-icons'
|
||||
qtile_dir = '/home/roland/.config/qtile/'
|
||||
wallpaper_dir = '/home/roland/.config/qtile/wallpaper/'
|
||||
hotkeys = '/home/roland/.config/qtile/dhk'
|
||||
|
||||
flameshot = '#8800aa'
|
||||
|
@ -106,17 +107,17 @@ def get_wallpaper(screen_number):
|
|||
|
||||
match size:
|
||||
case "3440x1440":
|
||||
wallpaper = f"{qtile_dir}gunter_wallpaper3440x1440_fill.png"
|
||||
wallpaper = f"{wallpaper_dir}gunter_wallpaper3440x1440_fill.png"
|
||||
case "1920x1080":
|
||||
wallpaper = f"{qtile_dir}gunter_throne.png"
|
||||
wallpaper = f"{wallpaper_dir}gunter_throne.png"
|
||||
case "3840x1080":
|
||||
wallpaper = f"{qtile_dir}gunter_throne.png"
|
||||
wallpaper = f"{wallpaper_dir}gunter_throne.png"
|
||||
case "5760x1080":
|
||||
wallpaper = f"{qtile_dir}gunter_throne.png"
|
||||
wallpaper = f"{wallpaper_dir}gunter_throne.png"
|
||||
case "1760x1262":
|
||||
wallpaper = f"{qtile_dir}gunter_throne_1760x1262.png"
|
||||
wallpaper = f"{wallpaper_dir}gunter_throne_1760x1262.png"
|
||||
case _:
|
||||
wallpaper = f"{qtile_dir}not_supported.png"
|
||||
wallpaper = f"{wallpaper_dir}not_supported.png"
|
||||
|
||||
return wallpaper
|
||||
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
from typing import Optional
|
||||
from libqtile.widget.textbox import TextBox
|
||||
|
||||
|
||||
def left_half_circle(fg_color):
|
||||
return TextBox(
|
||||
text='\uE0B6',
|
||||
fontsize=28,
|
||||
foreground=fg_color,
|
||||
padding=0)
|
||||
|
||||
|
||||
def right_half_circle(bg_color, fg_color: Optional['str'] = None):
|
||||
return TextBox(
|
||||
text='\uE0B4',
|
||||
fontsize=28,
|
||||
background=bg_color,
|
||||
foreground=fg_color,
|
||||
padding=0)
|
||||
|
||||
|
||||
def lower_left_triangle(bg_color, fg_color):
|
||||
return TextBox(
|
||||
text='\u25e2',
|
||||
padding=0,
|
||||
fontsize=50,
|
||||
background=bg_color,
|
||||
foreground=fg_color)
|
||||
|
||||
|
||||
def left_arrow(bg_color, fg_color):
|
||||
return TextBox(
|
||||
text='\uE0B2',
|
||||
#text='\ueb6f',
|
||||
font='FuraMono NF',
|
||||
#text='\ue5b7',
|
||||
padding=0,
|
||||
fontsize=20,
|
||||
background=bg_color,
|
||||
foreground=fg_color)
|
||||
|
||||
|
||||
def right_arrow(bg_color, fg_color):
|
||||
return TextBox(
|
||||
font='FuraMono NF',
|
||||
text='\uE0B0',
|
||||
#text='\uf44a',
|
||||
padding=0,
|
||||
fontsize=20,
|
||||
background=bg_color,
|
||||
foreground=fg_color)
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 6.0 MiB |
After Width: | Height: | Size: 6.4 MiB |
After Width: | Height: | Size: 7.9 MiB |
After Width: | Height: | Size: 19 MiB |
After Width: | Height: | Size: 19 MiB |
After Width: | Height: | Size: 7.9 MiB |
After Width: | Height: | Size: 7.9 MiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 8.8 KiB |