From 1dd04028d14f5884eeed5378de1ccfdded4d4388 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 Nov 2024 17:41:28 +0100 Subject: [PATCH] [sway] fix waybar header --- .config/waybar/config | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index a444e02..b20eaeb 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,22 +1,22 @@ -#================================================================================# -# Waybar Configuration File # -#--------------------------------------------------------------------------------# -# Purpose: Creates a minimalistic (yet functional) waybar at # -# the top of the screen. # -# themes and colors, set the wallpaper, and more. # -# # -# License: Creative Commons Attribution 4.0 International # -# Source: https:#www.learnlinux.tv # -# Author: Gregory Trolliet # -# # -# Credit: # -# Battery section adapted from: # -# https://github.com/Egosummiki/dotfiles/blob/master/waybar/config # -# # -# Pipewire audio adapted from: # -# https://www.reddit.com/r/swaywm/comments/sks343/ # -# pwvolume_pipewire_volume_control_and_waybar_module # -#================================================================================# +//================================================================================// +// Waybar Configuration File // +//--------------------------------------------------------------------------------// +// Purpose: Creates a minimalistic (yet functional) waybar at // +// the top of the screen. // +// themes and colors, set the wallpaper, and more. // +// // +// License: Creative Commons Attribution 4.0 International // +// Source: https://www.learnlinux.tv // +// Author: Gregory Trolliet