new wallpaper
This commit is contained in:
parent
75b9ea4893
commit
6c56acd97b
@ -5,3 +5,7 @@
|
|||||||
- [ ] borders and separation of colors
|
- [ ] borders and separation of colors
|
||||||
|
|
||||||
# Bugs
|
# Bugs
|
||||||
|
|
||||||
|
|
||||||
|
# NextTime
|
||||||
|
- [ ] transparent color [0]
|
||||||
|
|||||||
42
config.py
42
config.py
@ -14,6 +14,25 @@ shift = "shift"
|
|||||||
alt = "mod1"
|
alt = "mod1"
|
||||||
home = os.path.expanduser('~')
|
home = os.path.expanduser('~')
|
||||||
|
|
||||||
|
#tapeta = '/home/godot/.config/qtile/wallpapers/theater_by_flaviobollo.jpg'
|
||||||
|
tapeta = '/home/godot/.config/qtile/wallpapers/McEscher-Street.jpg'
|
||||||
|
|
||||||
|
colors = [["#293136", "#293136"], #bg_dim [0]
|
||||||
|
["#333C43", "#333C43"], #bg_0 [1]
|
||||||
|
["#3A464C", "#3A464C"], #bg_1 [2]
|
||||||
|
["#434F55", "#434F55"], #bg_2 [3]
|
||||||
|
["#4D5960", "#4D5960"], #bg_3 [4]
|
||||||
|
["#555F66", "#555F66"], #bg_4 [5]
|
||||||
|
["#7FBBB3", "#7FBBB3"], #blue [6]
|
||||||
|
["#A7C080", "#A7C080"], #green [7]
|
||||||
|
["#DBBC7F", "#DBBC7F"], #yellow [8]
|
||||||
|
["#E69875", "#E69875"], #orange [9]
|
||||||
|
['#ED8082', '#ED8080'], #red [10]
|
||||||
|
['#00000000', '#00000000'], #transparent [11]
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
keys = [
|
keys = [
|
||||||
#Kills focused window
|
#Kills focused window
|
||||||
Key([mod], "q", lazy.window.kill(), desc="Kill focused window"),
|
Key([mod], "q", lazy.window.kill(), desc="Kill focused window"),
|
||||||
@ -136,20 +155,6 @@ widget_defaults = dict(
|
|||||||
)
|
)
|
||||||
extension_defaults = widget_defaults.copy()
|
extension_defaults = widget_defaults.copy()
|
||||||
|
|
||||||
colors = [["#293136", "#293136"], #bg_dim [0]
|
|
||||||
["#333C43", "#333C43"], #bg_0 [1]
|
|
||||||
["#3A464C", "#3A464C"], #bg_1 [2]
|
|
||||||
["#434F55", "#434F55"], #bg_2 [3]
|
|
||||||
["#4D5960", "#4D5960"], #bg_3 [4]
|
|
||||||
["#555F66", "#555F66"], #bg_4 [5]
|
|
||||||
["#7FBBB3", "#7FBBB3"], #blue [6]
|
|
||||||
["#A7C080", "#A7C080"], #green [7]
|
|
||||||
["#DBBC7F", "#DBBC7F"], #yellow [8]
|
|
||||||
["#E69875", "#E69875"], #orange [9]
|
|
||||||
['#ED8082', '#ED8080'], #red [10]
|
|
||||||
['#00000000', '#00000000'], #transparent [11]
|
|
||||||
]
|
|
||||||
|
|
||||||
# Eye candy widgets
|
# Eye candy widgets
|
||||||
|
|
||||||
rounded_left = {
|
rounded_left = {
|
||||||
@ -192,6 +197,7 @@ group_box = widget.GroupBox(
|
|||||||
**rounded_left,
|
**rounded_left,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#spacer needs fixed length so 1 for every screen
|
||||||
spacer_main = widget.Spacer(
|
spacer_main = widget.Spacer(
|
||||||
background = colors[11], #transparent
|
background = colors[11], #transparent
|
||||||
**rounded_right,
|
**rounded_right,
|
||||||
@ -259,8 +265,8 @@ clock = widget.Clock(
|
|||||||
|
|
||||||
screens = [
|
screens = [
|
||||||
Screen(
|
Screen(
|
||||||
wallpaper='~/.config/qtile/wallpapers/theater_by_flaviobollo.jpg',
|
wallpaper = tapeta,
|
||||||
wallpaper_mode='fill',
|
wallpaper_mode ='stretch' ,
|
||||||
|
|
||||||
left=bar.Gap(5),
|
left=bar.Gap(5),
|
||||||
right=bar.Gap(5),
|
right=bar.Gap(5),
|
||||||
@ -283,8 +289,8 @@ screens = [
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Screen(
|
Screen(
|
||||||
wallpaper='~/.config/qtile/wallpapers/theater_by_flaviobollo.jpg',
|
wallpaper= tapeta,
|
||||||
wallpaper_mode='fill',
|
wallpaper_mode= 'fill',
|
||||||
|
|
||||||
left=bar.Gap(5),
|
left=bar.Gap(5),
|
||||||
right=bar.Gap(5),
|
right=bar.Gap(5),
|
||||||
|
|||||||
BIN
wallpapers/McEscher-Street.jpg
Normal file
BIN
wallpapers/McEscher-Street.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 344 KiB |
Loading…
x
Reference in New Issue
Block a user