mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
Pushing example xmonad configs.
This commit is contained in:
@@ -694,7 +694,7 @@ format-background = ${colors.background}
|
||||
type = custom/text
|
||||
content = "%{T2} %{T-}"
|
||||
content-font = 2
|
||||
content-foreground = #A77AC4
|
||||
content-foreground = #8d62a9
|
||||
content-background = #292d3e
|
||||
|
||||
[module/arrow2]
|
||||
@@ -702,16 +702,16 @@ content-background = #292d3e
|
||||
type = custom/text
|
||||
content = "%{T2} %{T-}"
|
||||
content-font = 2
|
||||
content-foreground = #7197E7
|
||||
content-background = #A77AC4
|
||||
content-foreground = #668bd7
|
||||
content-background = #8d62a9
|
||||
|
||||
[module/arrow3]
|
||||
; grey to Blue
|
||||
type = custom/text
|
||||
content = "%{T2} %{T-}"
|
||||
content-font = 2
|
||||
content-foreground = #A77AC4
|
||||
content-background = #7197E7
|
||||
content-foreground = #8b62a9
|
||||
content-background = #668bd7
|
||||
|
||||
################################################################################
|
||||
###############################################################################
|
||||
@@ -725,7 +725,7 @@ exec = ~/.config/polybar/scripts/check-all-updates.sh
|
||||
interval = 1000
|
||||
label = Updates: %output%
|
||||
format-foreground = #fefefe
|
||||
format-background = #A77AC4
|
||||
format-background = #8d62ad
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = #fefefe
|
||||
|
||||
@@ -906,7 +906,7 @@ type = internal/cpu
|
||||
; Default: 1
|
||||
interval = 1
|
||||
format-foreground = #fefefe
|
||||
format-background = #A77AC4
|
||||
format-background = #8d62ad
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = #fefefe
|
||||
|
||||
@@ -942,7 +942,7 @@ time-alt = %l:%M%p
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = #fefefe
|
||||
format-foreground = #fefefe
|
||||
format-background = #7197E7
|
||||
format-background = #668bd7
|
||||
label = "%date% %time% "
|
||||
|
||||
#################################################################
|
||||
@@ -1142,7 +1142,7 @@ format = Mem <label>
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = #fefefe
|
||||
format-foreground = #fefefe
|
||||
format-background = #7197E7
|
||||
format-background = #668bd7
|
||||
|
||||
################################################################################
|
||||
|
||||
@@ -1207,7 +1207,7 @@ format-connected = <label-connected>
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = #fefefe
|
||||
format-connected-foreground = #fefefe
|
||||
format-connected-background = #A77AC4
|
||||
format-connected-background = #8d62a9
|
||||
|
||||
################################################################################
|
||||
|
||||
@@ -1223,7 +1223,7 @@ format-connected = <label-connected>
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = #fefefe
|
||||
format-connected-foreground = #fefefe
|
||||
format-connected-background = #A77AC4
|
||||
format-connected-background = #8d62ad
|
||||
|
||||
################################################################################
|
||||
|
||||
@@ -1251,7 +1251,7 @@ click-left = ~/.config/polybar/scripts/pavolume.sh --togmute
|
||||
scroll-up = ~/.config/polybar/scripts/pavolume.sh --up
|
||||
scroll-down = ~/.config/polybar/scripts/pavolume.sh --down
|
||||
format-foreground = #fefefe
|
||||
format-background = #7197E7
|
||||
format-background = #668bd7
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -400,44 +400,44 @@ def init_widgets_list():
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" ₿",
|
||||
padding = 0,
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
fontsize=12
|
||||
),
|
||||
widget.BitcoinTicker(
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[4],
|
||||
foreground = colors[5],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" 🌡",
|
||||
padding = 2,
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
fontsize=11
|
||||
),
|
||||
widget.ThermalSensor(
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[5],
|
||||
foreground = colors[4],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" ₿",
|
||||
padding = 0,
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
fontsize=12
|
||||
),
|
||||
widget.BitcoinTicker(
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[4],
|
||||
foreground = colors[5],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" 🌡",
|
||||
padding = 2,
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
fontsize=11
|
||||
),
|
||||
widget.ThermalSensor(
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[5],
|
||||
foreground = colors[4],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" ⟳",
|
||||
padding = 2,
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
-- you can find weather location codes here: http://weather.noaa.gov/index.html
|
||||
|
||||
Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
|
||||
, bgColor = "#282A36"
|
||||
, additionalFonts = [ "xft:FontAwesome:pixelsize=13", "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true" ]
|
||||
, bgColor = "#292d3e"
|
||||
, fgColor = "#B45BCF"
|
||||
, position = Top
|
||||
, position = Static { xpos = 0 , ypos = 0, width = 1920, height = 24 }
|
||||
, lowerOnStart = True
|
||||
, hideOnStart = False
|
||||
, allDesktops = True
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
-- you can find weather location codes here: http://weather.noaa.gov/index.html
|
||||
|
||||
Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
|
||||
, bgColor = "#282A36"
|
||||
, additionalFonts = [ "xft:FontAwesome:pixelsize=13", "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true" ]
|
||||
, bgColor = "#292d3e"
|
||||
, fgColor = "#B45BCF"
|
||||
, position = Top
|
||||
, position = Static { xpos = 3840 , ypos = 0, width = 1920, height = 24 }
|
||||
, lowerOnStart = True
|
||||
, hideOnStart = False
|
||||
, allDesktops = True
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
-- you can find weather location codes here: http://weather.noaa.gov/index.html
|
||||
|
||||
Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true"
|
||||
, additionalFonts = [ "xft:FontAwesome:pixelsize=13" ]
|
||||
, additionalFonts = [ "xft:FontAwesome:pixelsize=13", "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true" ]
|
||||
, bgColor = "#292d3e"
|
||||
, fgColor = "#B45BCF"
|
||||
, position = TopW L 100
|
||||
, position = Static { xpos = 1920 , ypos = 0, width = 1920, height = 24 }
|
||||
, lowerOnStart = True
|
||||
, hideOnStart = False
|
||||
, allDesktops = True
|
||||
|
||||
Reference in New Issue
Block a user