Xfce4 themes
Author: t | 2025-04-25
Switch xfce4-terminal themes with ease! Contribute to jcmuller/xfce4-terminal-themes development by creating an account on GitHub.
purnomoshinigami/xfce4-theme: xfce4/xfwm theme - GitHub
My custom themes, config and programs on Void Linux XFCE4 About • Features • Usage • Screenshots • Credits • LicenseAboutAfter some time using Void Linux, I installed some custom themes config and user configs for some essential programs like Wireplumber and Chrony. And now I'm sharing it, feel free to write a issue if you find some problem.FeaturesBesides the default programs and configs on Void Linux XFCE4 image, my custom config includes:Themes:Nordic ThemeCandy IconsDracula ThemeSystem Info:HtopBtopNeofetchProgramsGitCode OSSOBS StudioDocker and Docker ComposeMultimediaxfce4-pulseaudio-pluginxfce4-screenshooterWireplumberPipewireDate and TimeChronyNerd FontsUsageThis guide will use Void's package manager commands but this packages should be present in almost all distros.If you want to install only the themes:If you want to install all my programs:sudo xbps-install htop btop neofetch git vscode obs docker docker-compose xfce4-pulseaudio-plugin xfce4-screenshooter pipewire wireplumber chronyAnd make sure your bashrc has:############################ DEFINE CONFIG BASE PATH ############################export XDG_CONFIG_HOME="$HOME/.config"Installing Nordic Themegit clone ~/.themes/"Nordic Theme"Now go to XFCE4 Appearence and the theme should be there.Installing Candy Iconsgit clone ~/.icons/"Candy Icons"Now go to XFCE4 Appearence and the icons should be there.Installing Dracula Theme on XFCE4 TerminalClone the repository:git clone open the folder and put the file Dracula.theme on: ~/.local/share/xfce4/terminal/colorschemesMultimediaVoid Linux XFCE4 comes with pulseaudio, make sure you don't have it:sudo xbps-remove pulseaudioThis command may result on error if you are using packages with pulseaudio dependency, so uninstall them too.If you already installed pipewire and wireplumber you can paste this file on this path:~/.config/pipewire/pipewire.confNow for pipewire to run on startup (if autostart folder does not exist, create one on ~/.config/autostart/):ln -s /usr/share/applications/pipewire.desktop ~/.config/autostart/pipewire.desktopDate and TimeWith Chrony already installed just run to enable Chrony service on runit:sudo ln -s /etc/sv/chronyd /var/serviceNerd FontsFor render special emojis, glyphs and characters install the following:sudo xbps-install noto-fonts-emoji nerd-fontsThis is a huge pack with lots of fonts, pick you most like on XFCE4 Appearence.ScreenshotsCreditsBesides the project links
dracula/xfce4-terminal: ♂️ Dark theme for xfce4 - GitHub
Manjaro arm64 rootfs with xfce4 and tigervncManjaro rootfs with xfce4 and vncserver preinstalled. Just setup username, password and vnc password.There are two releases1. ManjaroManjaro arm64 with xfce4, xfce4-goodies, tigervnc and (no Anki)2. AnkiAnki with Manjaro (xfce4 only, latest Anki and tigervnc)Manjaro 21.1.1Anki 2.1.47vncservertigervnctigervncAnkiNoYesDownload size1.0 GB0.7 GBInstalled Size4.0 GB2.8 GBDesktop Env.xfce4, xfce4-goodiesxfce4 (minimal)QuickStartCopy and run commands below in TermuxSelect Install the latest rootfsWait for download to completeSet username and passwordType vncserver-start and vnc passwordOpen RealVNC and connect to localhost:5901.View more tutorials here.Manjaro arm64 with xfce4, xfce4-goodies and tigervncCopy and run it in Termuxpkg install wget && wget && chmod +x manjaro.sh && ./manjaro.shAnki with Manjaro (xfce4 (minimal), latest Anki and tigervnc)Copy and run it in Termuxpkg install wget && wget && chmod +x manki.sh && ./manki.shTo proot into already installed rootfsFor ManjaroFor AnkiView wiki for more tutorialsView wikiView Demo video.mp4 License and CreditsManjaro ARMManjaro on Android (manjaro-fs-arm64)Mani (Infinyte7)GPL v3AndronixOriginMIT LicenseItsMeKuroro v3GitHub - catppuccin/xfce4-terminal: Soothing pastel theme for xfce4
Microsoft developed the Remote Desktop Protocol to streamline and secure connections between remote Windows machines. However, the technology is not limited to Windows.The Remote Desktop Connection app allows system administrators to connect to other operating systems, including Debian, and manage remote workstations and servers.Learn how to use RDP to connect to a Debian 12 system from Windows.PrerequisitesA client Windows machine with network connectivity.A host machine with Debian 12 installed.Sudo or root privileges on the host machine.How to Connect to Debian 12 via Remote Desktop (xRDP)The Debian system needs to be configured to accept incoming RDP connections.Step 1: Install GUI on Debian 12 (Optional)Remote servers are typically installed without a graphical interface to streamline deployment and conserve resources. When connecting from Windows, the RDP client expects the host machine to provide access to a graphical desktop environment, especially when using RDP servers such as xrdp.The following steps explain how to install the lightweight XFCE desktop environment on Debian 12:Note: This guide focuses on XFCE, but Debian 12 also supports other GUIs and desktop environments, including GNOME, LXDE, KDE Plasma, and MATE.1. Access the Debian command line and enter update the package database and upgrade existing packages:sudo apt update && sudo apt upgrade2. Use the following command to install XFCE and the xfce4-goodies utility package:sudo apt install xfce4 xfce4-goodies -y3. Once the installation is complete, reboot the system:sudo reboot4. When prompted, enter the Debian user credentials.You have successfully installed the XFCE desktop environment on Debian 12.Step 2: Install xrdp on Debianxrdp is an RDP-compatible server for Linux. It listens for incoming RDP connections from clients. The tool is usually not pre-installed on Debian systems.To install xrdp on Debian 12:1. Open the terminal in XFCE and use the following command to install xrdp:sudo apt install xrdp -y2. Check the status of the xrdp server:sudo systemctl status xrdpThe output confirms the xrdp server is active.Step 3: Configure xrdp to use XFCEUsers need to modify the /etc/xrdp/startwm.sh configuration file to allow xrdp to initiate XFCE for incoming RDP connections.To configure xrdp to use XFCE:1. Use a text editor like nano to open the /etc/xrdp/startwm.sh file:sudo. Switch xfce4-terminal themes with ease! Contribute to jcmuller/xfce4-terminal-themes development by creating an account on GitHub.Windows XP theme for xfce4 - YouTube
Here are 41 public repositories matching this topic... Code Issues Pull requests Global Menu for Vala Panel (and xfce4-panel and mate-panel) - GitHub mirror Updated Mar 10, 2025 C Code Issues Pull requests A Dock-like Taskbar Plugin for XFCE Updated May 10, 2024 C++ Code Issues Pull requests My linux desktop configuration Updated Dec 26, 2022 CSS Code Issues Pull requests A modern, minimalist taskbar for Xfce Updated Jan 2, 2023 C++ Code Issues Pull requests This is a keyboard leds plugin for the Xfce panel Updated Jun 12, 2024 C Code Issues Pull requests White GTK & Xfwm theme Updated Jun 12, 2018 CSS Code Issues Pull requests PocketCHIP battery status for xfce4 desktop Updated Aug 17, 2017 Shell Code Issues Pull requests A Spotify script for xfce4-genmon-plugin to displays current playing song. Click icon to focus the sporify window (or lanuch spotify when not already running). Tooltip show more song information. Updated Aug 12, 2022 Shell Code Issues Pull requests i3-gaps + xfce4 panel personal backup Updated Dec 20, 2023 Shell Code Issues Pull requests Xfce4/Vala port of Namebar, which integrates titlebar and window controls into the panel. Updated May 19, 2020 Vala Code Issues Pull requests Build Desktop on your portable android device Updated Dec 20, 2021 Shell Code Issues Pull requests DooM as an Xfce panel plugin Updated May 12, 2023 C Code Issues Pull requests An XFCE GenMon script that displays customizable system information in a compact bar chart Updated Jan 23, 2022 Shell Code Issues Pull requests Download deb file for xfce4-docklike-plugin. Updated Jan 3, 2025 Code Issues Pull requests Plugin for xfce4-panel and mate-panel to show StatusNotifierItems (also known as AppIndicators) Updated Apr 20, 2017 Vala Code Issues Pull requests Some simple bash scripts to create sleek widgets using the General Monitor plugin for Xfce4's Panel Updated Sep 18, 2020 Shell Code Issues Pull requests A Xfce4 panel plugin to reboot to windows - with just one click. Updated Dec 2, 2023 C Code Issues Pull requests show currently playing mpv stuff in xfce4-panel Updated Jul 1, 2023 Lua Code Issues Pull requests Change color & transparency of your XFCE4 Whiskermenu Updated Feb 23, 2025 Rust Code Issues Pull requests Keyboard Modifier Status for XFCE Updated Feb 11, 2023 C --> Improve this page Add a description, image, and links to the xfce4-panel topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the xfce4-panel topic, visit your repo's landing page and select "manage topics." Learn moreLooking for an xfce4 theme - XFCE - EndeavourOS
7,Windows Vista, Windows XP, OtherDisplays information about the laptop battery. The project is still under development. A new version is expected soon.File Name:SmartBattery Author:GrayWolfLicense:Freeware (Free)File Size:Runs on:WindowsBattery applet for xfce4 panel using dbus and hal facilities to read information about a laptop Battery applet for xfce4 panel using dbus and hal facilities to read information about a laptop battery..File Name:battery-applet-4-xfce4-0.9.1.tar.bz2 Author:battery-4-xfce4License:Freeware (Free)File Size:534 KbRuns on:LinuxBatteryCare is a software created to optimize the usage and performance of the modern laptop's battery. It monitors the battery's discharge cycles and helps increasing it's autonomy and improving its lifetime. Features * Battery's discharge. ...File Name:BatteryCarePortable.zip Author:Filipe LourencoLicense:Freeware (Free)File Size:Runs on:WinXP, Windows Vista, Windows 7, Windows 7 x64Free laptop alarm protects laptop and data, and prolongs the battery lifetime LAlarm is a free Laptop Alarm. LAlarm emits a loud alarm sound when a Thief tries to steal a laptop and it recovers and destroys sensitive data if the laptop is stolen.File Name:LAlarm57.exe Author:LAlarm SystemsLicense:Freeware (Free)File Size:962 KbRuns on:WinXP, Win2003xfce4-theme GitHub Topics GitHub
Terminal to specify ANSI colours [X] Allow terminal to use xterm 256-colour mode Indicate bolded text by changing: ( ) The font (O) The colour ( ) Both [ ] Attempt to use logical palettes [ ] Use system coloursXfce Terminal color schemesCopy the colorschemes folder to ~/.local/share/xfce4/terminal/ and restart Terminal.FreeBSD vt color schemesAppend your favourite theme from freebsd_vt/ to /boot/loader.confor /boot/loader.conf.local and reboot.MobaXterm color schemesCopy the theme content from mobaxterm/ and paste the content to your MobaXterm.ini in the corresponding place ([Colors]).LXTerminal color schemesCopy the theme content from lxterminal/ and paste the content to your lxterminal in the corresponding place ([general]).Visual Studio Code color schemesCopy the theme content from vscode/ and paste the content to your UserSettings.json.Windows Terminal color schemesCopy the theme content from windowsterminal/ and paste the content to your profiles.json in the corresponding place ("schemes"). Then specify the name of your theme by "colorScheme" in "profiles".Alacritty color schemesCopy the theme content from alacritty/ and paste the content to your alacritty config file, at ~/.config/alacritty/alacritty.toml. You can also set your theme by adding the following line at your config's 1st line import = ["~/.config/alacritty/themes/mytheme.toml"].If you still need a color scheme with .yml, you can get it here.Ghostty color schemesCopy the theme content from ghostty/ and paste the content in your Ghostty config file, at ~/.config/ghostty/config.Rio color schemesCopy the theme file from rio/ and paste to your rio theme config directory (typically ~/.config/rio/themes/).Then specify the name of your theme in the theme field in the config file.Termux color schemesCopy the theme content from termux/ and paste the content to ~/.termux directory as ~/.termux/colors.properties file and run termux-reload-settings to apply the theme.Previewing color schemespreview.rb is a simple script that allows you to previewthe color schemes without having to import them. It parses .itermcolors filesand applies the colors to the current. Switch xfce4-terminal themes with ease! Contribute to jcmuller/xfce4-terminal-themes development by creating an account on GitHub.Comments
My custom themes, config and programs on Void Linux XFCE4 About • Features • Usage • Screenshots • Credits • LicenseAboutAfter some time using Void Linux, I installed some custom themes config and user configs for some essential programs like Wireplumber and Chrony. And now I'm sharing it, feel free to write a issue if you find some problem.FeaturesBesides the default programs and configs on Void Linux XFCE4 image, my custom config includes:Themes:Nordic ThemeCandy IconsDracula ThemeSystem Info:HtopBtopNeofetchProgramsGitCode OSSOBS StudioDocker and Docker ComposeMultimediaxfce4-pulseaudio-pluginxfce4-screenshooterWireplumberPipewireDate and TimeChronyNerd FontsUsageThis guide will use Void's package manager commands but this packages should be present in almost all distros.If you want to install only the themes:If you want to install all my programs:sudo xbps-install htop btop neofetch git vscode obs docker docker-compose xfce4-pulseaudio-plugin xfce4-screenshooter pipewire wireplumber chronyAnd make sure your bashrc has:############################ DEFINE CONFIG BASE PATH ############################export XDG_CONFIG_HOME="$HOME/.config"Installing Nordic Themegit clone ~/.themes/"Nordic Theme"Now go to XFCE4 Appearence and the theme should be there.Installing Candy Iconsgit clone ~/.icons/"Candy Icons"Now go to XFCE4 Appearence and the icons should be there.Installing Dracula Theme on XFCE4 TerminalClone the repository:git clone open the folder and put the file Dracula.theme on: ~/.local/share/xfce4/terminal/colorschemesMultimediaVoid Linux XFCE4 comes with pulseaudio, make sure you don't have it:sudo xbps-remove pulseaudioThis command may result on error if you are using packages with pulseaudio dependency, so uninstall them too.If you already installed pipewire and wireplumber you can paste this file on this path:~/.config/pipewire/pipewire.confNow for pipewire to run on startup (if autostart folder does not exist, create one on ~/.config/autostart/):ln -s /usr/share/applications/pipewire.desktop ~/.config/autostart/pipewire.desktopDate and TimeWith Chrony already installed just run to enable Chrony service on runit:sudo ln -s /etc/sv/chronyd /var/serviceNerd FontsFor render special emojis, glyphs and characters install the following:sudo xbps-install noto-fonts-emoji nerd-fontsThis is a huge pack with lots of fonts, pick you most like on XFCE4 Appearence.ScreenshotsCreditsBesides the project links
2025-04-16Manjaro arm64 rootfs with xfce4 and tigervncManjaro rootfs with xfce4 and vncserver preinstalled. Just setup username, password and vnc password.There are two releases1. ManjaroManjaro arm64 with xfce4, xfce4-goodies, tigervnc and (no Anki)2. AnkiAnki with Manjaro (xfce4 only, latest Anki and tigervnc)Manjaro 21.1.1Anki 2.1.47vncservertigervnctigervncAnkiNoYesDownload size1.0 GB0.7 GBInstalled Size4.0 GB2.8 GBDesktop Env.xfce4, xfce4-goodiesxfce4 (minimal)QuickStartCopy and run commands below in TermuxSelect Install the latest rootfsWait for download to completeSet username and passwordType vncserver-start and vnc passwordOpen RealVNC and connect to localhost:5901.View more tutorials here.Manjaro arm64 with xfce4, xfce4-goodies and tigervncCopy and run it in Termuxpkg install wget && wget && chmod +x manjaro.sh && ./manjaro.shAnki with Manjaro (xfce4 (minimal), latest Anki and tigervnc)Copy and run it in Termuxpkg install wget && wget && chmod +x manki.sh && ./manki.shTo proot into already installed rootfsFor ManjaroFor AnkiView wiki for more tutorialsView wikiView Demo video.mp4 License and CreditsManjaro ARMManjaro on Android (manjaro-fs-arm64)Mani (Infinyte7)GPL v3AndronixOriginMIT LicenseItsMeKuroro v3
2025-04-12Here are 41 public repositories matching this topic... Code Issues Pull requests Global Menu for Vala Panel (and xfce4-panel and mate-panel) - GitHub mirror Updated Mar 10, 2025 C Code Issues Pull requests A Dock-like Taskbar Plugin for XFCE Updated May 10, 2024 C++ Code Issues Pull requests My linux desktop configuration Updated Dec 26, 2022 CSS Code Issues Pull requests A modern, minimalist taskbar for Xfce Updated Jan 2, 2023 C++ Code Issues Pull requests This is a keyboard leds plugin for the Xfce panel Updated Jun 12, 2024 C Code Issues Pull requests White GTK & Xfwm theme Updated Jun 12, 2018 CSS Code Issues Pull requests PocketCHIP battery status for xfce4 desktop Updated Aug 17, 2017 Shell Code Issues Pull requests A Spotify script for xfce4-genmon-plugin to displays current playing song. Click icon to focus the sporify window (or lanuch spotify when not already running). Tooltip show more song information. Updated Aug 12, 2022 Shell Code Issues Pull requests i3-gaps + xfce4 panel personal backup Updated Dec 20, 2023 Shell Code Issues Pull requests Xfce4/Vala port of Namebar, which integrates titlebar and window controls into the panel. Updated May 19, 2020 Vala Code Issues Pull requests Build Desktop on your portable android device Updated Dec 20, 2021 Shell Code Issues Pull requests DooM as an Xfce panel plugin Updated May 12, 2023 C Code Issues Pull requests An XFCE GenMon script that displays customizable system information in a compact bar chart Updated Jan 23, 2022 Shell Code Issues Pull requests Download deb file for xfce4-docklike-plugin. Updated Jan 3, 2025 Code Issues Pull requests Plugin for xfce4-panel and mate-panel to show StatusNotifierItems (also known as AppIndicators) Updated Apr 20, 2017 Vala Code Issues Pull requests Some simple bash scripts to create sleek widgets using the General Monitor plugin for Xfce4's Panel Updated Sep 18, 2020 Shell Code Issues Pull requests A Xfce4 panel plugin to reboot to windows - with just one click. Updated Dec 2, 2023 C Code Issues Pull requests show currently playing mpv stuff in xfce4-panel Updated Jul 1, 2023 Lua Code Issues Pull requests Change color & transparency of your XFCE4 Whiskermenu Updated Feb 23, 2025 Rust Code Issues Pull requests Keyboard Modifier Status for XFCE Updated Feb 11, 2023 C --> Improve this page Add a description, image, and links to the xfce4-panel topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the xfce4-panel topic, visit your repo's landing page and select "manage topics." Learn more
2025-04-087,Windows Vista, Windows XP, OtherDisplays information about the laptop battery. The project is still under development. A new version is expected soon.File Name:SmartBattery Author:GrayWolfLicense:Freeware (Free)File Size:Runs on:WindowsBattery applet for xfce4 panel using dbus and hal facilities to read information about a laptop Battery applet for xfce4 panel using dbus and hal facilities to read information about a laptop battery..File Name:battery-applet-4-xfce4-0.9.1.tar.bz2 Author:battery-4-xfce4License:Freeware (Free)File Size:534 KbRuns on:LinuxBatteryCare is a software created to optimize the usage and performance of the modern laptop's battery. It monitors the battery's discharge cycles and helps increasing it's autonomy and improving its lifetime. Features * Battery's discharge. ...File Name:BatteryCarePortable.zip Author:Filipe LourencoLicense:Freeware (Free)File Size:Runs on:WinXP, Windows Vista, Windows 7, Windows 7 x64Free laptop alarm protects laptop and data, and prolongs the battery lifetime LAlarm is a free Laptop Alarm. LAlarm emits a loud alarm sound when a Thief tries to steal a laptop and it recovers and destroys sensitive data if the laptop is stolen.File Name:LAlarm57.exe Author:LAlarm SystemsLicense:Freeware (Free)File Size:962 KbRuns on:WinXP, Win2003
2025-04-18I have tightvnc server on my new ubuntu-22.04 machine and can use vnc.VNC xstartup is configured to use Xfce4.How can I disable the automatic screen lock of the Xfce4 window?I tried setting 'Display Power Management' to 'off' in Applications->Settings->Power Manager menu, but it doesn't work. asked Jul 14, 2023 at 6:24 2 Have you disabled Xfce screensaver?xfce4-screensaver-preferences will let you control locking the screen on inactivity, and includes options to either leave the screen blank or use a graphic-screensaver (which helped prevent burn-in if using a monitor where that was a risk; and long ago it used to be a major risk).The power management you mention turns the screen off to save electricity (battery life etc). answered Jul 14, 2023 at 7:36 guivercguiverc32.8k5 gold badges51 silver badges87 bronze badges You must log in to answer this question. Start asking to get answers Find the answer to your question by asking. Ask question Explore related questions See similar questions with these tags.
2025-04-11